Last active
May 8, 2017 21:29
-
-
Save deadPix3l/4258a1840854458c08461960e3fa8596 to your computer and use it in GitHub Desktop.
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 -- | |
init: | |
COPYFROM 24 | |
COPYTO 22 | |
BUMPUP 22 | |
BUMPUP 22 | |
COMMENT 0 | |
main: | |
COPYFROM 22 | |
COPYTO 18 | |
INBOX | |
COPYTO 20 | |
COPYTO 17 | |
checki: | |
COMMENT 1 | |
SUB 18 | |
JUMPN main | |
COPYFROM 24 | |
COPYTO 19 | |
COPYFROM 17 | |
COMMENT 2 | |
divisionloop1: | |
divisionloop2: | |
SUB 18 | |
JUMPN notdivis | |
JUMPZ divis | |
COPYTO 17 | |
BUMPUP 19 | |
COPYFROM 17 | |
JUMP divisionloop2 | |
notdivis: | |
COMMENT 4 | |
BUMPUP 18 | |
COPYFROM 24 | |
COPYTO 19 | |
COPYFROM 20 | |
JUMP divisionloop1 | |
divis: | |
COMMENT 3 | |
COPYFROM 18 | |
OUTBOX | |
BUMPUP 19 | |
COPYTO 17 | |
COPYTO 20 | |
JUMP checki |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment