mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 23:55:24 +13:00
Use compound assignment operators
This commit is contained in:
parent
64e2b66a61
commit
865d37e02a
8 changed files with 23 additions and 23 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue