mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
* Implement a '#' prefix for raw identifiers that may alias keywords * Review comments * Disallow hashless raw identifiers in interpolations * Run clang-format
6 lines
101 B
NASM
6 lines
101 B
NASM
MACRO #macro
|
|
println "all args: \#"
|
|
println "bad args: \<?>, \<#>"
|
|
ENDM
|
|
#macro a, #b, c, 1, #2, 3
|