conway's game of life implemented in assembler on many different systems and architectures
Find a file
reemo 1d83e52f4c
draw mode COMPLETE
apparently i had about a mile long list of invalid arguments for opcodes so i had to mix things up a bit
2025-09-29 23:19:45 -05:00
src draw mode COMPLETE 2025-09-29 23:19:45 -05:00
.gitignore early commit for nosy people 2025-09-20 11:30:32 -05:00
LICENSE early commit for nosy people 2025-09-20 11:30:32 -05:00
README.md early commit for nosy people 2025-09-20 11:30:32 -05:00

conway

conway's game of life implemented in assembler on many different systems and architectures

file naming convention

implementations should be single-filed and named ARCHITECTURE_SYSTEM_(DIALECT).asm where DIALECT is an optional delineation of assembler dialect on systems with multiple

e.g., an implementation in z80 asm on a ti-83 plus calculator would be Z80_TI83PLUS.asm