This file contains 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
drawchar cpy #0 | |
beq :row0 | |
cpy #1 | |
beq :row1 | |
cpy #2 | |
beq :row2 | |
cpy #3 | |
beq :row3 | |
cpy #4 | |
beq :row4 | |
... | |
:row0 stal $000400,X | |
rts | |
:row1 stal $000480,X | |
rts | |
:row2 stal $000500,X | |
rts | |
:row3 stal $000580,X | |
rts | |
:row4 stal $000600,X | |
rts | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment