conway's game of life implemented in assembler on many different systems and architectures
|
|
||
|---|---|---|
| src | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
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