mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-22 19:22:05 +00:00
Test macro args \0 and \<0>
This commit is contained in:
5
test/asm/macro-arg-0.asm
Normal file
5
test/asm/macro-arg-0.asm
Normal file
@@ -0,0 +1,5 @@
|
||||
MACRO m
|
||||
def x = \0
|
||||
def y = \<0> + 42
|
||||
ENDM
|
||||
m hello, world
|
||||
Reference in New Issue
Block a user