src/win64.asm
author truebrain
Mon, 23 Jun 2008 13:52:21 +0000
branchnoai
changeset 11058 3305a425f55b
parent 6497 b7170a1ffb33
permissions -rw-r--r--
(svn r13615) [NoAI] -Fix: fixed most, if not all, problems around AIAbstractList. It is now safe to remove values while looping, among other things.
[NoAI] -Add: allow foreach() usage for AIAbstractList
[NoAI] -Add: allow [] usage for AIAbstractList (read-only)
[NoAI] -Add: allow [] usage for AIList (read/write)
		.CODE

PUBLIC	_get_save_esp
_get_save_esp:
		MOV	RAX,RSP
		RET

		END