mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-09 03:19:35 +00:00
658286c8e4
Add a binary comparison for the same-label SECTION UNION test
9 lines
99 B
NASM
9 lines
99 B
NASM
SECTION UNION "test", WRAM0
|
|
Same:
|
|
ds 2
|
|
Bar:
|
|
ds 1
|
|
|
|
SECTION "b", ROM0
|
|
dw Same, Bar ; $c000, $c002
|