flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
Sarge
Hi,
Is there a way to use default flags for macro parameters, eg: Code: Macro mova val1 = 5, val2 = 5 { mov val1, val2 } mova Thanks, Sarge _________________ Thanks, Sarge |
|||
![]() |
|
Reverend
Code: macro mova val1, val2 { if val1 eq val1 = 5 end if if val2 eq val2 = 5 end if mov val1, val2 } |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.