Mercurial
Mercurial
>
openttd-mini
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
src/win64.asm
author
skidd13
Thu, 24 Jan 2008 18:35:35 +0000
changeset 8408
cab5989c2ce2
parent 6171
fb9997933c24
child 10017
c0eb11a864d7
permissions
-rw-r--r--
(svn r11978) -Codechange: Replace some global variables with window owned ones
.CODE
PUBLIC _get_save_esp
_get_save_esp:
MOV RAX,RSP
RET
END