Fix .endmacro not at the start of the line. Fix last commit

This commit is contained in:
mvax
2023-03-01 21:55:14 -05:00
parent 1c60bc5009
commit 0b71d1cfff
4 changed files with 46 additions and 10 deletions

6
test/asm/err/bug2013.s Normal file
View File

@@ -0,0 +1,6 @@
; for PR #2013
; should produce error output:
; ... Error: '.ENDMACRO' expected for macro 'test'
.macro test
nop .endmacro