diff --git a/src/chapter-07.md b/src/chapter-07.md index 7ba7d2d..8707015 100644 --- a/src/chapter-07.md +++ b/src/chapter-07.md @@ -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 diff --git a/src/chapter-29.md b/src/chapter-29.md index 45f7c3f..afd9703 100644 --- a/src/chapter-29.md +++ b/src/chapter-29.md @@ -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