mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-29 14:27:50 +00:00
15
test/asm/macro-arguments.out
Normal file
15
test/asm/macro-arguments.out
Normal file
@@ -0,0 +1,15 @@
|
||||
'mac ':
|
||||
|
||||
'mac 1,2':
|
||||
\1: < 1>
|
||||
\2: <2>
|
||||
|
||||
'mac c,d':
|
||||
\1: < c>
|
||||
\2: <d>
|
||||
|
||||
'mac 1,2 + 2,3':
|
||||
\1: <1>
|
||||
\2: <2 + 2>
|
||||
\3: <3>
|
||||
|
||||
Reference in New Issue
Block a user