mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
9 lines
56 B
NASM
9 lines
56 B
NASM
|
; Register aliases
|
||
|
|
||
|
_hl_::
|
||
|
jp hl
|
||
|
|
||
|
_de_::
|
||
|
push de
|
||
|
ret
|