mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-10 11:51: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
|
|
Y:
|
|
db Y
|
|
db 3
|
|
|
|
assert WARN, Y == 2
|