mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
6 lines
60 B
NASM
6 lines
60 B
NASM
MACRO m
|
|
def x = \0
|
|
def y = \<0> + 42
|
|
ENDM
|
|
m hello, world
|