Skip to content

Commit d97a25b

Browse files
gitonthesceneDouglas Mennella
and
Douglas Mennella
authored
Fixes #6. Fix a few typos (#7)
Co-authored-by: Douglas Mennella <[email protected]>
1 parent 219db91 commit d97a25b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jonesforth.S

+2-2
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ name_\label :
645645
.endm
646646

647647
/*
648-
Similarly I want a way to write words written in assembly language. There will quite a few
648+
Similarly I want a way to write words written in assembly language. There will be quite a few
649649
of these to start with because, well, everything has to start in assembly before there's
650650
enough "infrastructure" to be able to start writing FORTH words, but also I want to define
651651
some common FORTH words in assembly language for speed, even though I could write them in FORTH.
@@ -1022,7 +1022,7 @@ code_\label : // assembler code follows
10221022
/*
10231023
MEMORY ----------------------------------------------------------------------
10241024

1025-
As important point about FORTH is that it gives you direct access to the lowest levels
1025+
An important point about FORTH is that it gives you direct access to the lowest levels
10261026
of the machine. Manipulating memory directly is done frequently in FORTH, and these are
10271027
the primitive words for doing it.
10281028
*/

0 commit comments

Comments
 (0)