duskos

dusk os fork
git clone git://git.alexwennerberg.com/duskos
Log | Files | Refs | README | LICENSE

commit faaa7f5a96da6699e091f416716d1ed388ae3fb9
parent 5cd14095920a3840aa60adc48541e2258d05cd57
Author: alex wennerberg <alex@alexwennerberg.com>
Date:   Sun, 18 Jun 2023 16:19:56 -0400

Update 'code' doc

Found this a bit unclear, since my understanding is isn't exactly the
same as entry (it does not take a dict param but refers to sysdict)

Diffstat:
Mfs/doc/dict.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/doc/dict.txt b/fs/doc/dict.txt @@ -276,7 +276,7 @@ w>e w -- e Yield an entry (linked list pointer) from a word reference. e>w e -- w Yield a word reference (executable) from an entry. entry 'dict s -- Create entry with name s in dictionary 'dict. -code "x" -- Same as "entry", but reads name from input stream. +code "x" -- Create entry with name from input stream in sysdict. code8b -- Create a 8b variant to the latest word. code16b -- Create a 16b variant to the latest word. current -- w Yield the last word to be added to the system dictionary.