flat assembler
Message board for the users of flat assembler.
Index
> Macroinstructions > use "EQU" constant as procedure name |
Author |
|
Tomasz Grysztar 06 Jan 2017, 19:20
If you use EQU instead of "=" it should work correctly. An EQU defines a textual substitution.
|
|||
06 Jan 2017, 19:20 |
|
alorent 06 Jan 2017, 19:22
Hi Tomasz,
Thanks a lot! Sorry, I tried before with EQU and it failed (I think I had another syntax error). I have tried with EQU and it works perfect! Sorry, my bad! Thanks!! |
|||
06 Jan 2017, 19:22 |
|
l4m2 20 Jan 2017, 09:34
Code: macro f { display 'f' f equ g } h equ g macro g { display 'g' } f f h I got "Illegal instruction" at "g"? |
|||
20 Jan 2017, 09:34 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.