Fix unnecessary white space and retire add_n_times

This commit is contained in:
PikalaxALT
2015-07-20 11:28:05 -04:00
parent bef792f2d2
commit d9300a9bec
14 changed files with 997 additions and 600 deletions

View File

@@ -142,9 +142,3 @@ bcd: MACRO
shift
endr
ENDM
add_n_times: MACRO
rept \3
add \1, \2
endr
ENDM