Implement -X/--max-errors for RGBASM (#1262)

Co-authored-by: Eldred Habert <me@eldred.fr>
This commit is contained in:
Rangi
2023-12-07 05:42:47 -05:00
committed by GitHub
parent 1fa289f2ee
commit 34b2543c8b
9 changed files with 47 additions and 5 deletions

3
test/asm/max-errors.err Normal file
View File

@@ -0,0 +1,3 @@
error: max-errors.asm(3):
Expected constant expression: PC is not constant at assembly time
error: The maximum of 1 error was reached (configure with "-X/--max-errors"); assembly aborted!