From e20515ea8a38643084e8b4a83f419747128d46c4 Mon Sep 17 00:00:00 2001 From: Whammo <38296423+Whammo@users.noreply.github.com> Date: Mon, 7 Aug 2023 15:53:51 -0700 Subject: [PATCH] 4Update memmap.adoc typo (#565) Update memmap.adoc typo durexForth not DurexForth --- manual/memmap.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/memmap.adoc b/manual/memmap.adoc index 9c16fe23..2d2b5ecb 100644 --- a/manual/memmap.adoc +++ b/manual/memmap.adoc @@ -6,7 +6,7 @@ $9e - $9f :: `w3` (work area for code words). $100 - $1ff :: Return stack. $200 - $258 :: Text input buffer. $33c - $35a :: `find` buffer. -$35b - $3d9 :: `pad` Scratch pad memory, Cassette Buffer, untouched by DurexForth. +$35b - $3d9 :: `pad` Scratch pad memory, Cassette Buffer, untouched by durexForth. $3da - $3fb :: `#>` buffer. $801 - here :: Forth Kernel followed by code and data space. latest - $9fff :: Dictionary. Grows downwards as needed.