mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Add an rgblink test case for an $8000-byte ROM0 section with -t
This commit is contained in:
2
test/link/rom0-tiny-no-t.out
Normal file
2
test/link/rom0-tiny-no-t.out
Normal file
@@ -0,0 +1,2 @@
|
||||
warning: Section "rom" is bigger than the max size for that type: 0x8000 > 0x4000
|
||||
error: Sanity checks failed
|
||||
0
test/link/rom0-tiny-t.out
Normal file
0
test/link/rom0-tiny-t.out
Normal file
2
test/link/rom0-tiny.asm
Normal file
2
test/link/rom0-tiny.asm
Normal file
@@ -0,0 +1,2 @@
|
||||
SECTION "rom", ROM0
|
||||
DS $8000
|
||||
Reference in New Issue
Block a user