mirror of
https://github.com/gbdev/rgbds.git
synced 2026-01-10 18:41:51 +00:00
Implement -X/--max-errors for RGBASM (#1262)
Co-authored-by: Eldred Habert <me@eldred.fr>
This commit is contained in:
3
test/asm/max-errors.asm
Normal file
3
test/asm/max-errors.asm
Normal file
@@ -0,0 +1,3 @@
|
||||
section "s", rom0
|
||||
db 42
|
||||
println @ ; causes an error before println occurs
|
||||
Reference in New Issue
Block a user