Created
November 14, 2017 20:11
-
-
Save slugbyte/e6e26b879b9c76bf497639f530b13b80 to your computer and use it in GitHub Desktop.
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
_main | |
JMP _c | |
HALT | |
_c | |
OUT 1 0 | |
OUT 1 1 | |
OUT 1 2 | |
OUT 1 14 | |
OUT 1 28 | |
OUT 1 3c | |
OUT 1 50 | |
OUT 1 51 | |
OUT 1 52 | |
JMP _a | |
_a | |
OUT 1 4 | |
OUT 1 5 | |
OUT 1 6 | |
OUT 1 18 | |
OUT 1 1a | |
OUT 1 2c | |
OUT 1 2d | |
OUT 1 2e | |
OUT 1 40 | |
OUT 1 42 | |
OUT 1 54 | |
OUT 1 56 | |
JMP _t | |
_t | |
OUT 1 8 | |
OUT 1 9 | |
OUT 1 a | |
OUT 1 1d | |
OUT 1 31 | |
OUT 1 45 | |
OUT 1 59 | |
JMP _s | |
_s | |
OUT 1 c | |
OUT 1 d | |
OUT 1 e | |
OUT 1 20 | |
OUT 1 34 | |
OUT 1 35 | |
OUT 1 36 | |
OUT 1 4a | |
OUT 1 5c | |
OUT 1 5d | |
OUT 1 5e | |
HALT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment