More enumeration of constants, more annotations of scripts.
This commit is contained in:
@@ -136,3 +136,9 @@ bcd: MACRO
|
||||
shift
|
||||
endr
|
||||
ENDM
|
||||
|
||||
add_n_times: MACRO
|
||||
rept \3
|
||||
add \1, \2
|
||||
endr
|
||||
ENDM
|
||||
|
Reference in New Issue
Block a user