From 05a5bd77e9dd9b70eee7326b254ca9b32f685bd7 Mon Sep 17 00:00:00 2001 From: Koichi Nakamura Date: Fri, 15 Jan 2021 08:35:18 +0900 Subject: [PATCH] fix comments --- bootstrap.fs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.fs b/bootstrap.fs index d59d48c..49742dd 100644 --- a/bootstrap.fs +++ b/bootstrap.fs @@ -63,7 +63,7 @@ l! \ 'V' ( -- c-addr ) Runtime information string \ The 1st stage interpreter repeats execution of k, f and x. -\ There following line is an example program of planckforth +\ The following line is an example program of planckforth \ which prints "Hello World!\n" \ -- \ kHtketkltkltkotk tkWtkotkrtkltkdtk!tk:k0-tQ @@ -79,7 +79,7 @@ l! \ - length of the name (6 bits) \ - smudge bit (1 bit) \ - immediate bit (1 bit) -\ - characters of the name (N bits) +\ - characters of the name (N bytes) \ - padding to align CELL boundary if necessary. \ - codewords and datawords (CELL-bye aligned)