mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-10 20:01:42 +00:00
658286c8e4
Add a binary comparison for the same-label SECTION UNION test
8 lines
69 B
NASM
8 lines
69 B
NASM
|
|
SECTION FRAGMENT "output", ROM0
|
|
X:
|
|
db X
|
|
db 1
|
|
|
|
assert WARN, X == 0
|