'rept' is not indented

This commit is contained in:
Rangi
2018-05-06 12:16:57 -04:00
parent d31ba05aeb
commit 1c92cb8b48
9 changed files with 23 additions and 23 deletions

View File

@@ -1,9 +1,9 @@
unownword: MACRO
x = 1
rept STRLEN(\1)
rept STRLEN(\1)
db STRSUB(\1, x, 1) - $40
x = x + 1
endr
endr
db -1
ENDM