mirror of
https://github.com/gbdev/rgbds.git
synced 2026-03-25 22:33:03 +00:00
8 lines
69 B
NASM
8 lines
69 B
NASM
|
|
SECTION FRAGMENT "output", ROM0
|
|
Y:
|
|
db Y
|
|
db 3
|
|
|
|
assert WARN, Y == 2
|