flat assembler
Message board for the users of flat assembler.
Index
> Main > Why can't I use a macro inside the procedure? |
Author |
|
revolution 20 Nov 2013, 00:13
You must define the macro before you can instantiate it.
Code: macro _ConvertByteToANSIBinaryNumber byten, buffer { ... } ;define it first proc ConvertByteToANSIBinaryNumber,byten:BYTE, buffer:DWORD _ConvertByteToANSIBinaryNumber [byten], [buffer] ;then instantiate it ret endp |
|||
20 Nov 2013, 00:13 |
|
EaxRax 20 Nov 2013, 00:38
Now the program is compiled. Thank you very much! The question is removed.
|
|||
20 Nov 2013, 00:38 |
|
Sasha 20 Nov 2013, 15:55
Here we had a conversation about similar problem. Also I wanted to define a macro with the same name as a proc.
|
|||
20 Nov 2013, 15:55 |
|
EaxRax 21 Nov 2013, 00:06
Clear.
|
|||
21 Nov 2013, 00:06 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.