Files
rgbds/test/asm/empty-raw-identifier.asm
Sylvie b438c83bda Implement a '#' prefix for raw identifiers that may alias keywords (#1480)
* Implement a '#' prefix for raw identifiers that may alias keywords

* Review comments

* Disallow hashless raw identifiers in interpolations

* Run clang-format
2024-08-21 19:31:44 +02:00

6 lines
101 B
NASM

MACRO #macro
println "all args: \#"
println "bad args: \<?>, \<#>"
ENDM
#macro a, #b, c, 1, #2, 3