This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 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 |
NewerOlder