diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-07-20 11:28:05 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-07-20 11:28:05 -0400 |
commit | d9300a9becc9aa699b7191f87d8b493a93139ba2 (patch) | |
tree | 14f742415c8976596a8d79a6dcdaa040e6b34083 /macros.asm | |
parent | bef792f2d21ccac0127aeffd9e0838aba81f44b6 (diff) |
Fix unnecessary white space and retire add_n_times
Diffstat (limited to 'macros.asm')
-rw-r--r-- | macros.asm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/macros.asm b/macros.asm index 8147fc4ab..7ed3ecf36 100644 --- a/macros.asm +++ b/macros.asm @@ -142,9 +142,3 @@ bcd: MACRO shift endr ENDM - -add_n_times: MACRO - rept \3 - add \1, \2 - endr -ENDM |