This website requires JavaScript.
Explore
Help
Sign In
gronod
/
OpenTTD
Watch
1
Star
0
Fork
0
You've already forked OpenTTD
mirror of
https://github.com/OpenTTD/OpenTTD.git
synced
2025-03-10 08:00:05 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d1a50f5258
OpenTTD
/
src
/
win64.asm
9 lines
72 B
NASM
Raw
Normal View
History
Unescape
Escape
(svn r3008) [ 1247535 ] Native Support for Win64 (compile&run only) (michi_cc) Fix warning in graph_gui.c with const problem
2005-10-02 23:39:56 +01:00
.CODE
(svn r14176) -Fix: better 'safe' than ... 'save'
2008-08-25 21:54:34 +01:00
PUBLIC
_get_safe_esp
_get_safe_esp:
(svn r3008) [ 1247535 ] Native Support for Win64 (compile&run only) (michi_cc) Fix warning in graph_gui.c with const problem
2005-10-02 23:39:56 +01:00
MOV
RAX
,
RSP
RET
END
Reference in New Issue
Copy Permalink