-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #374 from halchihal/patch-26
Create 24.82-halchihal.asm
- Loading branch information
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
-- HUMAN RESOURCE MACHINE PROGRAM -- | ||
-- 36-Alphabetizer - SIZE 24/39 - SPEED 82/109 -- | ||
|
||
a: | ||
INBOX | ||
JUMPZ h | ||
COPYTO [23] | ||
BUMPUP 23 | ||
JUMP a | ||
b: | ||
c: | ||
d: | ||
INBOX | ||
JUMPZ d | ||
COPYTO 10 | ||
SUB [22] | ||
JUMPN g | ||
COPYTO 21 | ||
e: | ||
COPYFROM [22] | ||
OUTBOX | ||
BUMPDN 23 | ||
JUMPN c | ||
JUMPZ i | ||
BUMPUP 22 | ||
COPYFROM 21 | ||
f: | ||
JUMPZ b | ||
JUMP e | ||
g: | ||
COPYTO 23 | ||
COPYFROM 24 | ||
h: | ||
COPYTO 22 | ||
JUMP f | ||
i: | ||
|
||
|