mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-15 19:54:28 +13:00
9 lines
56 B
NASM
9 lines
56 B
NASM
; Register aliases
|
|
|
|
_hl_::
|
|
jp hl
|
|
|
|
_de_::
|
|
push de
|
|
ret
|