Skip to content

Commit 16bf153

Browse files
committed
UPD text -- about memory addresses
Explain the first available address in the dictionary (by `here`). See-also: skilldrick#14
1 parent dd4d931 commit 16bf153

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.markdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,8 +560,9 @@ stack:
560560

561561
{% include editor.html size="small"%}
562562

563-
You should see the value `1000` on the stack. This Forth implementation arbitrarily
564-
starts storing variables at the memory location `1000`.
563+
You should see an address (some value like `1577`) on the stack. This Forth implementation arbitrarily
564+
starts storing variables at the memory location `1000`,
565+
and the internal variables and buffers already take up some space.
565566

566567
The word `!` stores a value at the memory location referenced by a variable, and the
567568
word `@` fetches the value from a memory location:

0 commit comments

Comments
 (0)