Files
rgbds/test/asm/label-redefinition.asm
mid-kid d07ba6971b Update a symbol's filename and line when defined
Currently, all symbols are assigned a filename and line when they're
first encountered and added to the internal hash table. This is often
not expected and leads to erroneous error messages.
2019-01-12 12:57:58 +01:00

8 lines
63 B
NASM

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