Created
June 12, 2016 16:09
-
-
Save ecounysis/e33cdfcfe069c33b389bbc2c4335133b to your computer and use it in GitHub Desktop.
Humana Resource Machine Level 19
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
a: | |
b: | |
INBOX | |
COPYTO 0 | |
OUTBOX | |
c: | |
COPYFROM 0 | |
JUMPZ a | |
JUMPN e | |
BUMPDN 0 | |
d: | |
OUTBOX | |
COPYFROM 0 | |
JUMPZ b | |
JUMP c | |
e: | |
BUMPUP 0 | |
JUMP d | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment