File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -645,7 +645,7 @@ name_\label :
645
645
.endm
646
646
647
647
/ *
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
649
649
of these to start with because , well , everything has to start in assembly before there's
650
650
enough "infrastructure" to be able to start writing FORTH words , but also I want to define
651
651
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
1022
1022
/ *
1023
1023
MEMORY ----------------------------------------------------------------------
1024
1024
1025
- As important point about FORTH is th at it gives you direct access to the lowest levels
1025
+ An important point about FORTH is th at it gives you direct access to the lowest levels
1026
1026
of the machine. Manipulating memory directly is done frequently in FORTH , and these are
1027
1027
the primitive words for doing it.
1028
1028
* /
You can’t perform that action at this time.
0 commit comments