Deprecate DEF-less definitions (#1193)

This commit is contained in:
Rangi
2023-11-02 05:18:59 -04:00
committed by GitHub
parent 02f06407b1
commit bb7c34db65
79 changed files with 351 additions and 264 deletions

View File

@@ -57,7 +57,7 @@ ENDM
; Bit Operations Instructions
MACRO bitop_u3_instruction_list
NBIT = 0
DEF NBIT = 0
REPT 8
\1 NBIT,a
\1 NBIT,b
@@ -67,7 +67,7 @@ NBIT = 0
\1 NBIT,h
\1 NBIT,[hl]
\1 NBIT,l
NBIT = NBIT + 1
DEF NBIT = NBIT + 1
ENDR
ENDM