Created
November 24, 2020 21:12
-
-
Save peternied/ce204d9b6e0758beb828babfddf4ed20 to your computer and use it in GitHub Desktop.
Solution for Exa Punk Level - Left Hand
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
=== MC === | |
LINK 800 | |
@REP 2 | |
LINK -3 | |
@END | |
COPY 15 T | |
MAKE | |
MARK FILL_UP | |
COPY #NERV F | |
SUBI T 1 T | |
TJMP FILL_UP | |
@REP 4 | |
LINK 3 | |
@END | |
SEEK -9999 | |
MARK DUMP | |
COPY F #NERV | |
JUMP DUMP | |
=== HH === | |
LINK 800 | |
@REP 3 | |
LINK 3 | |
@END | |
COPY 15 T | |
MAKE | |
MARK FILL_UP | |
COPY #NERV F | |
SUBI T 1 T | |
TJMP FILL_UP | |
@REP 6 | |
LINK -3 | |
@END | |
SEEK -9999 | |
MARK DUMP | |
COPY F #NERV | |
JUMP DUMP | |
=== PT === | |
LINK 800 | |
REPL RECVER | |
@REP 4 | |
LINK 3 | |
@END | |
MARK PTRANS | |
COPY #NERV M | |
JUMP PTRANS | |
MARK RECVER | |
@REP 4 | |
LINK -3 | |
@END | |
MARK PREVC | |
COPY M #NERV | |
JUMP PREVC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment