flat assembler
Message board for the users of flat assembler.
Index
> Macroinstructions > number of arguments in a macro with group arguments |
Author |
|
Cgtk 03 Jul 2020, 22:29
Hello, I set the macro parameter this way.
Code: macro ttest [args] { } How do I find out exactly how many arguments are included in the args group? |
|||
03 Jul 2020, 22:29 |
|
revolution 03 Jul 2020, 23:26
Use forward
Code: macro ttest [args] { common local count count = 0 forward count = count + 1 } |
|||
03 Jul 2020, 23:26 |
|
Cgtk 05 Jul 2020, 19:49
Thank you
|
|||
05 Jul 2020, 19:49 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.