Created
August 18, 2018 20:02
-
-
Save liorean/60f0db9bd32b97725e103e6c78c38194 to your computer and use it in GitHub Desktop.
Human Resource Machine Year 14 Maximization Room 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 | |
| COPYTO 0 | |
| INBOX | |
| SUB 0 | |
| JUMPN c | |
| ADD 0 | |
| b: | |
| OUTBOX | |
| JUMP a | |
| c: | |
| COPYFROM 0 | |
| JUMP b | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment