mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
15 lines
103 B
NASM
15 lines
103 B
NASM
V = 0
|
|
V = 1
|
|
PRINTLN "V={V}"
|
|
|
|
W equ 1
|
|
W = 0
|
|
|
|
rsset 1
|
|
X rb 0
|
|
X = 0
|
|
|
|
SECTION "Test", ROM0[1]
|
|
Y:
|
|
Y = 0
|