Life goes on - Game of Life in x86 Assembler! - Part 1
Life goes on, even with the Pandemic. However we have some real life casualties, like the late John Horton Conway. Although he was not happy to be mostly associated with the cellular automaton "Game of Life", he acknowledged its importance for mathematics and computer science.
Let's pay a tribute to him by live coding an assembler version and let's try to make it less than 512 bytes, so we might fit it in a boot sector!
Support me on Patreon: https://www.patreon.com/root42
Support me on Ko-Fi: https://ko-fi.com/root42
Links:
Source code so far: https://gist.github.com/root42/1da0be15cfd7c0edb302e52d107ba3ff
PC BIOS & DOS API: http://www.stanislavs.org/helppc/idx_interrupt.html
PC IO Ports: http://www.stanislavs.org/helppc/idx_hardware.html