Conway's Game of Life in Z80 Assembly language Right now it builds a binary that runs, but the life algorithm itself is buggy.
- Fix the algorithm.
- Automate the build process.
- Make it generate .com files to run on CP/M systems.
Requires
- z80asm
- Udo Munk's Z80pack for z80sim and bin2hex
$ z80asm 80life.asm -o 80life.bin
$ bin2hex 80life.bin 80life.hex -o 0
$ z80sim -x 80life.bin