Files @ r9493:05bde2cb9794
Branch filter:

Location: cpp/openttd-patchpack/source/src/win64.asm

rubidium
(svn r13469) -Codechange: add support for loading Action 0x05, type 0F: "tracks for slopes". It's not useful right now, but it will be in the future.
1
2
3
4
5
6
7
8
		.CODE

PUBLIC	_get_save_esp
_get_save_esp:
		MOV	RAX,RSP
		RET

		END