COLOR_ENTRY_LENGTHequ -> COLOR_ENTRY_LENGTH equ
This commit is contained in:
parent
8d29240973
commit
4b5c169695
1 changed files with 1 additions and 1 deletions
|
|
@ -561,7 +561,7 @@ ColorNumbers label byte
|
|||
rept 16
|
||||
db ‘000h', 0ah, 8, 8, 8, 8
|
||||
endm
|
||||
COLOR_ENTRY_LENGTHequ($-ColorNumbers)/16
|
||||
COLOR_ENTRY_LENGTH equ ($-ColorNumbers)/16
|
||||
db ‘$'
|
||||
;
|
||||
CurrentColordb?
|
||||
|
|
|
|||
Loading…
Reference in a new issue