Created
June 29, 2018 03:09
-
-
Save mateoconlechuga/44f340f8cb231002410d4b35db6c8991 to your computer and use it in GitHub Desktop.
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
ld hl,relocate_start | |
ld de,relocated | |
ld bc,relocate_end-relocate_start | |
ldir | |
jp executeapp | |
relocate_start: | |
relocate(cursorimage) | |
relocated: | |
... | |
endrelocate() | |
relocate_end: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment