flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
Roman
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
Escape the #
|
|||
![]() |
|
Roman
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-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.