Files
rgbds/test/link/section-union/same-label/b.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 2
Bar:
ds 1
SECTION "b", ROM0
dw Same, Bar ; $c000, $c002