flat assembler
Message board for the users of flat assembler.
Index
> Windows > virtual at esp problem |
Author |
|
revolution 12 Aug 2005, 02:54
Try this:
Code: virtual at esp .curpos POINT end virtual sub esp,sizeof.POINT lea ebx, [.curpos] ;you can also use "mov ebx,esp" here push ebx call [GetCursorPos] ... ;here is some code using ebx that points to .curpos add esp,sizeof.POINT ;we're finished with .curpos |
|||
12 Aug 2005, 02:54 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.