mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
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.
8 lines
63 B
NASM
8 lines
63 B
NASM
SECTION "sec", ROM0
|
|
dw Sym
|
|
m: MACRO
|
|
Sym::
|
|
ENDM
|
|
m
|
|
Sym::
|