Skip to content

Instantly share code, notes, and snippets.

@nothings
Created June 12, 2015 09:40
Show Gist options
  • Save nothings/4c59aec4efef07bd96d5 to your computer and use it in GitHub Desktop.
Save nothings/4c59aec4efef07bd96d5 to your computer and use it in GitHub Desktop.
JMP L1
MOV UP,DOWN
L1: JRO RIGHT
MOV UP,ACC
MOV ACC,RIGHT
MOV ACC,DOWN
JMP L1
MOV DOWN,UP
L2: JRO RIGHT
MOV DOWN,ACC
MOV ACC,RIGHT
MOV ACC,UP
JMP L2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment