labelbyte -> label byte

This commit is contained in:
Thomas Perl 2020-05-21 11:23:42 +02:00
commit beff664727
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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