src/win64.asm
author skidd13
Mon, 19 Nov 2007 20:18:27 +0000
changeset 7926 01d19beae592
parent 6171 fb9997933c24
child 10017 c0eb11a864d7
permissions -rw-r--r--
(svn r11479) -Codechange: Move the BIGMUL functions to the file of their usage
-Codechange: Rename the BIGMUL functions to the fitting naming style
		.CODE

PUBLIC	_get_save_esp
_get_save_esp:
		MOV	RAX,RSP
		RET

		END