mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-03 08:17:47 +00:00
Support multi-digit macro arguments in parentheses
This allows access to arguments past \9 without using 'shift'
This commit is contained in:
6
test/asm/parenthetic-macro-args.out
Normal file
6
test/asm/parenthetic-macro-args.out
Normal file
@@ -0,0 +1,6 @@
|
||||
first = A
|
||||
next = B
|
||||
next = C
|
||||
last = D
|
||||
$F0
|
||||
$F0
|
||||
Reference in New Issue
Block a user