Skip to content

Instantly share code, notes, and snippets.

@AXKuhta
AXKuhta / r216_gol_scr.asm
Last active October 2, 2023 04:58
Game of Life for R216K2A
; Game of Life for R216K2A with RT2
; v1.02
; There is no figures included in the source (Too painful to add them with dw)
; So you'll have to add them yourself with the PROP tool after compiling the code
; Base position: cell 384 (First cell of line 4 of RAM)
; R0 = Terminal port
; R1 = Current cell position
; R2 = Target cell position
@AXKuhta
AXKuhta / r216_gol.asm
Last active July 26, 2018 13:55
Game of Life for R216K2A
; Game of Life for R216K2A
; v1
; There is no figures included in the source (Too painful to add them with dw)
; So you'll have to add them yourself with the PROP tool after compiling the code
; Base position: cell 256 (First cell of line 3 of RAM)
; R1 = Current cell position
; R2 = Target cell position
; R3 = Current line
; R4 = Used for counting nearby cells