Created
August 18, 2018 19:52
-
-
Save liorean/58729c365565fea47a0e9262d64ca62e to your computer and use it in GitHub Desktop.
Human Resource Machine Year 11 Sub Hallway 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 | |
| COPYTO 1 | |
| SUB 0 | |
| OUTBOX | |
| COPYFROM 0 | |
| SUB 1 | |
| OUTBOX | |
| JUMP a | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment