From 733aff7b7a9492f8be703439e8bf875d9ca9aed1 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Thu, 16 Apr 2020 09:27:49 -0400 Subject: [PATCH] rc2014: adjust bootstrapping instructions --- recipes/rc2014/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/rc2014/README.md b/recipes/rc2014/README.md index 4f6fccd..7832e3e 100644 --- a/recipes/rc2014/README.md +++ b/recipes/rc2014/README.md @@ -169,7 +169,7 @@ same (`8d60`), the end offset depends on the situation. If you look at data between `99f6` and `9a3c`, you'll see that this data is not 100% dictionary entry material. Some of it is buffer data allocated at -initialization. To locate the end of a word, look for `0043`, the address for +initialization. To locate the end of a word, look for `0042`, the address for `EXIT`. In my case, it's at `9a1a` and it's the end of the `INIT` word. Moreover, the `INIT` routine that is in there is not quite what we want,