Files
rgbds/test/link/section-union/same-label/a.asm
Sylvie 658286c8e4 Move a SECTION FRAGMENT test to the test/link/section-fragment folder (#1354)
Add a binary comparison for the same-label SECTION UNION test
2024-03-13 15:34:27 -04:00

9 lines
99 B
NASM

SECTION UNION "test", WRAM0
Same:
ds 1
Foo:
ds 2
SECTION "a", ROM0
dw Same, Foo ; $c000, $c001