conway's game of life implemented in assembler on many different systems and architectures
Find a file
2025-10-11 13:50:30 -05:00
src they should invent a watch that shocks me every 24 hours i fail to commit something except every day it gets stronger until it eventually kills me 2025-10-11 13:50:30 -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