Use compound assignment operators

This commit is contained in:
Rangi 2021-11-23 20:56:57 -05:00
parent 64e2b66a61
commit 865d37e02a
8 changed files with 23 additions and 23 deletions

View file

@ -122,7 +122,7 @@ __tmhm_value__ = NUM_TMS + 1
add_tmnum: MACRO
\1_TMNUM EQU __tmhm_value__
__tmhm_value__ = __tmhm_value__ + 1
__tmhm_value__ += 1
ENDM
add_hm: MACRO