Skip to content

Instantly share code, notes, and snippets.

@mateoconlechuga
Created June 29, 2018 03:09
Show Gist options
  • Save mateoconlechuga/44f340f8cb231002410d4b35db6c8991 to your computer and use it in GitHub Desktop.
Save mateoconlechuga/44f340f8cb231002410d4b35db6c8991 to your computer and use it in GitHub Desktop.
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