Simplify long-rpn-expression.asm test

This commit is contained in:
ISSOtm
2020-02-29 16:39:13 +01:00
parent fa10ee4356
commit eee0e6adc8

View File

@@ -10,11 +10,7 @@ n = 0
REPT $7E
n1 = n + 1
NSTR EQUS STRSUB("{n}", 2, STRLEN("{n}") - 1)
N1STR EQUS STRSUB("{n1}", 2, STRLEN("{n1}") - 1)
XN1 EQUS STRCAT("X", "{N1STR}")
m XN1, {NSTR}
PURGE NSTR, N1STR, XN1
m X{X:n1}, {X:n}
n = n + 1
ENDR