mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Simplify long-rpn-expression.asm test
This commit is contained in:
@@ -10,11 +10,7 @@ n = 0
|
|||||||
|
|
||||||
REPT $7E
|
REPT $7E
|
||||||
n1 = n + 1
|
n1 = n + 1
|
||||||
NSTR EQUS STRSUB("{n}", 2, STRLEN("{n}") - 1)
|
m X{X:n1}, {X:n}
|
||||||
N1STR EQUS STRSUB("{n1}", 2, STRLEN("{n1}") - 1)
|
|
||||||
XN1 EQUS STRCAT("X", "{N1STR}")
|
|
||||||
m XN1, {NSTR}
|
|
||||||
PURGE NSTR, N1STR, XN1
|
|
||||||
n = n + 1
|
n = n + 1
|
||||||
ENDR
|
ENDR
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user