From beff664727278d1da3b821d03f9d02c7a0c474c0 Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Thu, 21 May 2020 11:23:42 +0200 Subject: [PATCH] labelbyte -> label byte --- src/chapter-07.md | 4 ++-- src/chapter-29.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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