Files @ r8802:3a3f8a172f6c
Branch filter:

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

matthijs
(svn r12542) -Fix [Makefile]: Don't install scenarios into the current user's homedir when running 'make install', that is silly. Simply always install scenarios system wide instead.
1
2
3
4
5
6
7
8
		.CODE

PUBLIC	_get_save_esp
_get_save_esp:
		MOV	RAX,RSP
		RET

		END