mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 18:52:07 +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
|