Files
rgbds/test/asm/macro-arg-0.asm
2024-08-18 21:38:45 -04:00

6 lines
60 B
NASM

MACRO m
def x = \0
def y = \<0> + 42
ENDM
m hello, world