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 @ r6892:084bfd55fd4c
Branch filter:
master at 084bfd55fd4c
master
patchpack
Location:
cpp/openttd-patchpack/source
/
src
/
win64.asm
Show Full History
Show Authors
r6892:084bfd55fd4c
72 B
text/x-asm
Show Annotation
Show as Raw
Download as Raw
rubidium
(svn r10139) -Fix: all inner parts of OpenTTD assume that the resolution is at least 1 by 1, so force the resolution to be always at least 1 by 1.
1
2
3
4
5
6
7
8
.CODE
PUBLIC
_get_save_esp
_get_save_esp:
MOV
RAX
,
RSP
RET
END