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.asm Normal file
View File

@@ -0,0 +1,3 @@
section "s", rom0
db 42
println @ ; causes an error before println occurs