[fasm-help] define local variables
Brought to you by:
privalov
|
From: Andrey Ch <so...@ma...> - 2002-11-06 07:21:50
|
hi, fasm-help.
How to define local variables in subroutines in FASM?
in MASM it's done like following:
test proc ArgNum:DWORD, test:DWORD
LOCAL testlocal1 :DWORD
push esi
push edi
...
pop edi
pop esi
ret
I'd like to know how this will be in FASM
Thanks a lot!
---
Origin: music
Andrey mailto:so...@ma...
Sources pascal http://pascal.vov.ru/
|