nomoneynohoney

Human Resource Machine, Year 23

Aug 21st, 2019
760
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. -- HUMAN RESOURCE MACHINE PROGRAM --
  2.  
  3. JUMP b
  4. a:
  5. COPYFROM 0
  6. OUTBOX
  7. b:
  8. INBOX
  9. COPYTO 0
  10. c:
  11. d:
  12. INBOX
  13. JUMPZ a
  14. SUB 0
  15. JUMPN e
  16. JUMP c
  17. e:
  18. ADD 0
  19. COPYTO 0
  20. JUMP d
Advertisement
Add Comment
Please, Sign In to add comment