Skip to content

Instantly share code, notes, and snippets.

@fusspawn
Created June 17, 2015 16:10
Show Gist options
  • Save fusspawn/0644b7cfcc311b75c225 to your computer and use it in GitHub Desktop.
Save fusspawn/0644b7cfcc311b75c225 to your computer and use it in GitHub Desktop.
VAR $Y_POS
LABEL MAIN
INT 99
MOV 1 @r0
ADD
MOV @r0 $Y_POS
INT 99
MOV $Y_POS @r1
INT 100
JMP MAIN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment