TheleCode
Toggle navigation
Public journal
Gists
Create New Gist
All Public Gists
Search
My Pull Requests
Not Logged In
Login to Your Account
Username:
Password:
Forgot password?
hg
cpp
»
openttd-patchpack
»
source
Toggle navigation
Summary
Changelog
Files
Pull Requests
Options
Compare
Search
Files @ r9882:0a16f3a900de
Branch filter:
master at 0a16f3a900de
master
patchpack
Location:
cpp/openttd-patchpack/source
/
src
/
win64.asm
Show Full History
Show Authors
r9882:0a16f3a900de
72 B
text/x-asm
Show Annotation
Show as Raw
Download as Raw
frosch
(svn r14030) -Fix (r14027): true != false, also rename the parameter to make 'true' and 'false' more intuitively useable.
1
2
3
4
5
6
7
8
.CODE
PUBLIC
_get_save_esp
_get_save_esp:
MOV
RAX
,
RSP
RET
END