mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Prevent assertions outside sections from crashing
This commit is contained in:
5
test/asm/assert-nosect.asm
Normal file
5
test/asm/assert-nosect.asm
Normal file
@@ -0,0 +1,5 @@
|
||||
assert Sym
|
||||
|
||||
SECTION "test", ROM0
|
||||
db 69
|
||||
Sym:
|
||||
0
test/asm/assert-nosect.err
Normal file
0
test/asm/assert-nosect.err
Normal file
0
test/asm/assert-nosect.out
Normal file
0
test/asm/assert-nosect.out
Normal file
1
test/asm/assert-nosect.out.bin
Normal file
1
test/asm/assert-nosect.out.bin
Normal file
@@ -0,0 +1 @@
|
||||
E
|
||||
Reference in New Issue
Block a user