Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
35 lines (31 sloc)
448 Bytes
This file contains 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 -- | |
-- 16-Absolute-Positivity - SIZE 21/8 - SPEED 29/36 -- | |
-- Based on 13.30.specific-Gimlao.asm | |
INBOX | |
JUMPN b | |
OUTBOX | |
INBOX | |
JUMPN a | |
OUTBOX | |
JUMP f | |
a: | |
b: | |
c: | |
d: | |
e: | |
COPYTO 0 | |
SUB 0 | |
SUB 0 | |
OUTBOX | |
f: | |
g: | |
INBOX | |
JUMPN c | |
OUTBOX | |
INBOX | |
JUMPN d | |
OUTBOX | |
INBOX | |
JUMPN e | |
OUTBOX | |
JUMP g | |