Fix typo and bump TODO
authorUlrich Hoffmann <uho@xlerb.de>
Mon, 25 Nov 2019 12:29:00 +0000 (13:29 +0100)
committerUlrich Hoffmann <uho@xlerb.de>
Mon, 25 Nov 2019 12:29:00 +0000 (13:29 +0100)
preForth/TODO.md
preForth/seedForth-i386.pre

index 5cd0761..07a1744 100644 (file)
@@ -6,9 +6,9 @@
 
 - Assembler (proof of concept) i386 stm8 ...
 
-- | based on allocated headers
++ | based on allocated headers
 
-- packages à la swiftForth
++ packages à la swiftForth (currently based on headerless definitions)
 
 - dual xt headers
 
@@ -26,7 +26,9 @@
 
 - relative branches
 
-- DO LOOP FOR NEXT
+- DO LOOP 
+
++ FOR NEXT
 
 - more arithmetic  log2 ...
 
 
 - marker
 
-- Prefix Bit and Prefix Dictionary Search
++ Prefix Bit and Prefix Dictionary Search  -> needs to adjust intput stream... not just find prefix words in dict...
+
++ Unicode names, emojies
+
++ ANSI color
+
++ ANS error codes
 
+- and XCHARS wordset
index abce9c0..4c3b921 100644 (file)
@@ -34,7 +34,7 @@ _frame: DD 0 ; frame pointer for catch/throw
 _dp:    DD _start  ; dictionary pointer: points to next free location in memory
         ; free memory starts at _start
 
-_hp:    DD 0       ; head pointer: points to first unused head
+_hp:    DD 0       ; head pointer: index of first unused head
 _head:  DD 10000 dup (0)