1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-11-27 12:28:06 +11:00

Fix unreadable sentence in block 031. (#122)

This clearly has some words missing.
This commit is contained in:
link2xt 2020-06-17 02:28:06 +03:00 committed by GitHub
parent 16d6a0b377
commit f1a225ef3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,9 +7,9 @@ modified. "I:" prefix means "IMMEDIATE", that is, that this
stack transformation is made at compile time. stack transformation is made at compile time.
Word references (wordref): When we say we have a "word Word references (wordref): When we say we have a "word
reference", it's a pointer to a word's *code link*. For reference", it's a pointer to a word's *code link*. For example,
example, the address that "' DUP" is a wordref, that is, a the address that "' DUP" puts on the stack is a wordref, that
reference to the code link of the word DUP. is, a reference to the code link of the word DUP.
PF: Parameter field. The area following the code link of a PF: Parameter field. The area following the code link of a
word. For example, "' H@ 1+" points to the PF of the word H@. word. For example, "' H@ 1+" points to the PF of the word H@.