Files
rgbds/test/asm/macro-syntax.err
Rangi 953f79c0d9 Support 'MACRO mac' as well as 'mac: MACRO' for defining macros
The new syntax is used in documentation, but
the old syntax is not yet deprecated.
2021-02-25 04:42:35 +01:00

6 lines
187 B
Plaintext

ERROR: macro-syntax.asm(13):
syntax error, unexpected identifier, expecting newline
ERROR: macro-syntax.asm(15):
syntax error, unexpected ENDM
error: Assembly aborted (2 errors)!