This is my test source:
try macro
nop
endm
This is how I try to assemble:
a09 -om00 -otsc -l -s x.asm
This is the result:
A09 Assembler V1.62
x.asm(5) : error 1: Error in expression in " endm"
1 error(s) in pass 1
x.asm(5) : error 1: Error in expression in " endm"
1 error(s) in pass 2