mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 19:09:36 +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 1
|
|
Foo:
|
|
ds 2
|
|
|
|
SECTION "a", ROM0
|
|
dw Same, Foo ; $c000, $c001
|