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
smatz
Sun, 17 Feb 2008 17:00:43 +0000
changeset 8586
cb0e7e00f1d2
parent 6171
fb9997933c24
child 10017
c0eb11a864d7
permissions
-rw-r--r--
(svn r12167) -Feature(tte): change colour of autorail and autoroad selection when Ctrl is pressed
.CODE
PUBLIC _get_save_esp
_get_save_esp:
MOV RAX,RSP
RET
END