Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ncot-tech/z80-life
Conway's Game of Life for the RC2014 Z80 computer
https://github.com/ncot-tech/z80-life
Last synced: 2 months ago
JSON representation
Conway's Game of Life for the RC2014 Z80 computer
- Host: GitHub
- URL: https://github.com/ncot-tech/z80-life
- Owner: ncot-tech
- License: mit
- Created: 2020-07-27T12:45:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-22T14:36:25.000Z (about 4 years ago)
- Last Synced: 2024-08-05T16:17:22.261Z (6 months ago)
- Language: Assembly
- Size: 47.9 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rc2014 - z80-life
README
# z80-life
An implementation of Conway's Life for the RC2014 Z80 computer
## How to use
You will need an [RC2014 computer](https://rc2014.co.uk/), or other Z80 computer running [Small Computer Monitor 1.0](https://smallcomputercentral.wordpress.com/small-computer-monitor/small-computer-monitor-v1-0/).
You will also need a [joystick module](https://rc2014.co.uk/modules/joystick-module/) that is mapped to Z80 input port 1.
You can upload the Intel HEX format binary (life.hex) to the machine through the serial terminal.
Execution starts at 0x8000
## For more info
* [YouTube Video](https://youtu.be/DelPw_fY1J0)
* [Website Link](https://ncot.uk/z80-homebrew-computer/conways-life-in-z80-assembly/)
* [Twitter](https://twitter.com/NCoT_Tech)