Make operand parsing error messages more helpful

and add a test that is supposed to exercise them all.
This commit is contained in:
Olaf Seibert
2021-03-14 20:08:31 +01:00
parent d4c0520ac1
commit 0e373a8570
8 changed files with 558 additions and 75 deletions

View File

@@ -25,6 +25,7 @@ TESTS="test-asciz \
test-macro-comma \
test-mcall-file \
test-opcodes \
test-operands \
test-prec \
test-psect \
test-rad50 \