Files
rgbds/test/asm/reference-undefined-sym.asm
2021-04-29 12:24:07 +02:00

8 lines
95 B
NASM

SECTION "sec", ROM0[0]
db x1, x2, y1, y2
def x1 = 1
redef x2 = 2
def y1 equ 3
redef y2 equ 4