Created
August 18, 2018 20:13
-
-
Save liorean/06100917fa1368d54db8679838bfdbba to your computer and use it in GitHub Desktop.
Human Resource Machine Year 19 Countdown solution 1
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
| -- HUMAN RESOURCE MACHINE PROGRAM -- | |
| a: | |
| INBOX | |
| JUMPZ g | |
| COPYTO 0 | |
| OUTBOX | |
| COPYFROM 0 | |
| JUMPN c | |
| b: | |
| BUMPDN 0 | |
| JUMPZ f | |
| OUTBOX | |
| JUMP b | |
| c: | |
| d: | |
| BUMPUP 0 | |
| JUMPZ e | |
| OUTBOX | |
| JUMP d | |
| e: | |
| f: | |
| g: | |
| OUTBOX | |
| JUMP a | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment