mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Add another crashing regression test.
This commit is contained in:
2
test/asm/divzero-instr.asm
Normal file
2
test/asm/divzero-instr.asm
Normal file
@@ -0,0 +1,2 @@
|
||||
SECTION "sec", ROM0
|
||||
ld a, 1/0
|
||||
2
test/asm/divzero-instr.out
Normal file
2
test/asm/divzero-instr.out
Normal file
@@ -0,0 +1,2 @@
|
||||
ERROR: divzero-instr.asm(2) :
|
||||
division by zero
|
||||
Reference in New Issue
Block a user