mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
9 lines
72 B
NASM
9 lines
72 B
NASM
.CODE
|
|
|
|
PUBLIC _get_save_esp
|
|
_get_save_esp:
|
|
MOV RAX,RSP
|
|
RET
|
|
|
|
END
|