mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-28 13:57:48 +00:00
Move a SECTION FRAGMENT test to the test/link/section-fragment folder (#1354)
Add a binary comparison for the same-label SECTION UNION test
This commit is contained in:
@@ -3,3 +3,6 @@ Same:
|
||||
ds 1
|
||||
Foo:
|
||||
ds 2
|
||||
|
||||
SECTION "a", ROM0
|
||||
dw Same, Foo ; $c000, $c001
|
||||
|
||||
@@ -3,3 +3,6 @@ Same:
|
||||
ds 2
|
||||
Bar:
|
||||
ds 1
|
||||
|
||||
SECTION "b", ROM0
|
||||
dw Same, Bar ; $c000, $c002
|
||||
|
||||
BIN
test/link/section-union/same-label/ref.out.bin
Normal file
BIN
test/link/section-union/same-label/ref.out.bin
Normal file
Binary file not shown.
Reference in New Issue
Block a user