mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Add test for BANK() in constant context
This commit is contained in:
9
test/asm/bank.err
Normal file
9
test/asm/bank.err
Normal file
@@ -0,0 +1,9 @@
|
||||
ERROR: bank.asm(14) -> bank.asm::def_sect(8):
|
||||
Section "ROMX_bad"'s bank is not known yet
|
||||
ERROR: bank.asm(16) -> bank.asm::def_sect(8):
|
||||
Section "VRAM_bad"'s bank is not known yet
|
||||
ERROR: bank.asm(18) -> bank.asm::def_sect(8):
|
||||
Section "SRAM_bad"'s bank is not known yet
|
||||
ERROR: bank.asm(21) -> bank.asm::def_sect(8):
|
||||
Section "WRAMX_bad"'s bank is not known yet
|
||||
error: Assembly aborted (4 errors)!
|
||||
Reference in New Issue
Block a user