Files @ r9879:52ac2d4bf424
Branch filter:

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

belugas
(svn r14027) -Codechange: Document a bit the DoDrawString function while removing yet som more magic numbers and one "false" colour
1
2
3
4
5
6
7
8
		.CODE

PUBLIC	_get_save_esp
_get_save_esp:
		MOV	RAX,RSP
		RET

		END