flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
Roman 26 Jul 2020, 07:03
I want do many var:
Code: macro VarComs chN,chNum { rept chNum n:1 \{ chN#n EQU n \} } VarComs a,10 If i do mov eax,a1 fasm error undefined symbol a1 |
|||
![]() |
|
revolution 26 Jul 2020, 07:10
Escape the #
|
|||
![]() |
|
Roman 26 Jul 2020, 07:19
Thanks. Work
macro VarComs chN,chNum { rept chNum n:1 \{ chN\#n EQU n \} } VarComs a,10 |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.