Skip to content

Instantly share code, notes, and snippets.

@mach-kernel
Created February 19, 2018 02:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mach-kernel/2b08906ec1c59f78e64d73f16ac4d4a5 to your computer and use it in GitHub Desktop.
Save mach-kernel/2b08906ec1c59f78e64d73f16ac4d4a5 to your computer and use it in GitHub Desktop.
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