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 @ r12234:fd1a494e7620
Branch filter:
master at fd1a494e7620
master
patchpack
Location:
cpp/openttd-patchpack/source
/
src
/
win64.asm
Show Full History
Show Authors
r12234:fd1a494e7620
72 B
text/x-asm
Show Annotation
Show as Raw
Download as Raw
smatz
(svn r16659) -Codechange: rename GetAcceptedCargo() to AddAcceptedCargo() and change its behaviour accordingly
-Codechange: remove dummy GetAcceptedCargo_*() handlers
1
2
3
4
5
6
7
8
.CODE
PUBLIC
_get_safe_esp
_get_safe_esp:
MOV
RAX
,
RSP
RET
END