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 -- | |
COMMENT 0 | |
COPYFROM 24 | |
COPYTO 22 | |
COPYTO 20 | |
a: | |
INBOX | |
COPYTO [20] | |
JUMPZ b |
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: | |
b: | |
INBOX | |
COPYTO 8 | |
COPYFROM 5 | |
COPYTO 9 | |
c: | |
COPYFROM [9] |
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 19 | |
COPYFROM 14 | |
COPYTO 18 | |
COPYFROM 4 | |
SUB 19 | |
JUMPZ d |
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 18 | |
COPYFROM 14 | |
COPYTO 17 | |
COPYTO 19 | |
JUMP d | |
b: |
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 -- | |
JUMP d | |
a: | |
b: | |
BUMPDN 14 | |
JUMPN c | |
COPYFROM [14] | |
OUTBOX | |
JUMP a |
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 d | |
COPYTO [14] | |
b: | |
BUMPUP 14 | |
JUMP a | |
c: |
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 -- | |
JUMP c | |
a: | |
b: | |
BUMPDN 14 | |
JUMPN e | |
COPYFROM [14] | |
OUTBOX | |
JUMP a |
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 24 | |
b: | |
COPYFROM [24] | |
JUMPZ a | |
OUTBOX | |
BUMPUP 24 |
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 12 | |
COPYFROM [12] | |
OUTBOX | |
JUMP a | |
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 d | |
COPYTO 0 | |
COPYTO 1 | |
b: | |
BUMPDN 1 | |
JUMPZ c |