Skip to content

Instantly share code, notes, and snippets.

@liorean
Created August 18, 2018 20:15
Show Gist options
  • Save liorean/a226aa1ffedf4852d199ac5f7a572fc4 to your computer and use it in GitHub Desktop.
Save liorean/a226aa1ffedf4852d199ac5f7a572fc4 to your computer and use it in GitHub Desktop.
Human Resource Machine Year 19 Countdown solution 2
-- HUMAN RESOURCE MACHINE PROGRAM --
a:
INBOX
COPYTO 0
b:
OUTBOX
COPYFROM 0
JUMPZ a
JUMPN c
BUMPDN 0
JUMP d
c:
BUMPUP 0
d:
JUMP b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment