mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-27 05:22:07 +00:00
Add LOAD FRAGMENT pc test (#800)
Reproduces a reported problem, fix pending
This commit is contained in:
4
test/link/load-fragment/a.asm
Normal file
4
test/link/load-fragment/a.asm
Normal file
@@ -0,0 +1,4 @@
|
||||
SECTION "main", ROM0
|
||||
LOAD FRAGMENT "test", SRAM
|
||||
db 0
|
||||
ENDL
|
||||
7
test/link/load-fragment/b.asm
Normal file
7
test/link/load-fragment/b.asm
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
SECTION "SECTION2", ROM0
|
||||
LOAD FRAGMENT "test", SRAM
|
||||
jr Label
|
||||
Label:
|
||||
dw Label
|
||||
ENDL
|
||||
0
test/link/load-fragment/out.err
Normal file
0
test/link/load-fragment/out.err
Normal file
BIN
test/link/load-fragment/out.gb
Normal file
BIN
test/link/load-fragment/out.gb
Normal file
Binary file not shown.
Reference in New Issue
Block a user