labelbyte -> label byte
This commit is contained in:
parent
b9bf2eb0ed
commit
beff664727
2 changed files with 3 additions and 3 deletions
|
|
@ -245,7 +245,7 @@ the whole point.)
|
|||
.stack 100h
|
||||
.data
|
||||
; Sample string to search through.
|
||||
SampleString labelbyte
|
||||
SampleString label byte
|
||||
db ‘This is a sample string of a long enough length '
|
||||
db ‘so that raw searching speed can outweigh any '
|
||||
db ‘extra set-up time that may be required.',0
|
||||
|
|
@ -350,7 +350,7 @@ all the difference.
|
|||
.stack 100h
|
||||
.data
|
||||
; Sample string to search through.
|
||||
SampleStringlabelbyte
|
||||
SampleString label byte
|
||||
db ‘This is a sample string of a long enough length '
|
||||
db ‘so that raw searching speed can outweigh any '
|
||||
db ‘extra set-up time that may be required.',0
|
||||
|
|
|
|||
|
|
@ -557,7 +557,7 @@ x= x+1
|
|||
; Used to label the colors of the color bars. (Color values are
|
||||
; filled in on the fly.)
|
||||
;
|
||||
ColorNumberslabelbyte
|
||||
ColorNumbers label byte
|
||||
rept 16
|
||||
db ‘000h', 0ah, 8, 8, 8, 8
|
||||
endm
|
||||
|
|
|
|||
Loading…
Reference in a new issue