Last active
December 30, 2018 04:25
-
-
Save akozlik/86dc73a68f6ad9ee86dbc947faf21fd0 to your computer and use it in GitHub Desktop.
Bandersnatch (org 3000)
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
org 3000 | |
runLoop | |
pop cn | |
push bd a,5 | |
bd (hl),a | |
inc hl | |
cp 191 | |
jr uk | |
ld de,5 | |
dec cm | |
add bd,de | |
inc bd | |
ld (hl),a | |
ld hl,14000 | |
ld d,0 | |
ld e,c | |
add hl, de | |
add bn, s5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment