flat assembler
Message board for the users of flat assembler.
Index
> Macroinstructions > Locals and parameters. |
Author |
|
revolution 03 May 2009, 09:52
Works for me:
Code: include 'win32ax.inc' proc start hd1:DWORD invoke WriteFile,[hd1] invoke WriteFile,addr hd1 endp macro A param,[arg] {nop} macro B [arg]{ common A xyz,arg } B 1,2,3,4 .end start |
|||
03 May 2009, 09:52 |
|
Neutrino 04 May 2009, 08:22
To get variable value you should use brackets:
Code: macro TstTst {stdcall Test,[handle]} and: Code: invoke WriteFile,[hdl], ... |
|||
04 May 2009, 08:22 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.