mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-16 18:20:50 +12:00
9 lines
56 B
NASM
9 lines
56 B
NASM
; Register aliases
|
|
|
|
_hl_::
|
|
jp hl
|
|
|
|
_de_::
|
|
push de
|
|
ret
|