mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-30 14:57:50 +00:00
Allow negative values to count macro arguments from the end (#1670)
This commit is contained in:
14
test/asm/negative-macro-args.out
Normal file
14
test/asm/negative-macro-args.out
Normal file
@@ -0,0 +1,14 @@
|
||||
-1: G == G
|
||||
-2: F == F
|
||||
-3: E == E
|
||||
-4: D == D
|
||||
-5: C == C
|
||||
-6: B == B
|
||||
-7: A == A
|
||||
0: ==
|
||||
-8: ==
|
||||
2147483647: ==
|
||||
-2147483648: == >
|
||||
2147483648: == >
|
||||
-1: G == G
|
||||
4294967295: G == >
|
||||
Reference in New Issue
Block a user