mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
This shortens the lexer by 100 lines and simplifies access to expansion contents, since it usually needs the deepest one, not the top-level one. Fixes #813
7 lines
70 B
NASM
7 lines
70 B
NASM
def foo equs "bar"
|
|
def bar equs "qux"
|
|
MACRO test
|
|
\1
|
|
ENDM
|
|
test foo 0
|