flat assembler
Message board for the users of flat assembler.
Index
> Windows > FASM syntax problem: times + macro |
Author |
|
sinsi 04 Dec 2010, 09:34
Don't know why (I don't use macros), but this seems OK
Code:
repeat 232
SingleFilledTable
end repeat
|
|||
04 Dec 2010, 09:34 |
|
Tomasz Grysztar 04 Dec 2010, 10:30
See manual, section 2.3.5 - Repeating macroinstructions.
Note that fasm's preprocessor is a separate language that does its work on the complete source before it is send to assembler module. Therefore TIMES, which is an assembler directive, cannot affect something that is done by preprocessor, like expansion of macro. |
|||
04 Dec 2010, 10:30 |
|
SPTH 04 Dec 2010, 11:56
OK, i understand now. Thanks for the Infos and the Solution!
|
|||
04 Dec 2010, 11:56 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.