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
maedhros
Mon, 16 Apr 2007 10:59:35 +0000
changeset 6472
f1e70dc23fac
parent 6171
fb9997933c24
child 10017
c0eb11a864d7
permissions
-rw-r--r--
(svn r9648) -Codechange: Use HASBIT directly rather than shifting and then using it on the first bit.
.CODE
PUBLIC _get_save_esp
_get_save_esp:
MOV RAX,RSP
RET
END