summaryrefslogtreecommitdiff
path: root/src/win64.asm
blob: d95bc38980e4cf605e7a1a46990bc37cafeb8466 (plain)
1
2
3
4
5
6
7
8
		.CODE

PUBLIC	_get_safe_esp
_get_safe_esp:
		MOV	RAX,RSP
		RET

		END