Files
rgbds/test/asm/label-redefinition.asm
2022-08-28 15:22:21 -04:00

8 lines
62 B
NASM

SECTION "sec", ROM0
dw Sym
MACRO m
Sym::
ENDM
m
Sym::