misc/kforth: Minor update to part 0x07 writeup.

This commit is contained in:
Kyle Isom 2018-03-01 21:31:10 -08:00
parent 7ff4b8d35b
commit 8fc2b09430
1 changed files with 5 additions and 0 deletions

View File

@ -358,3 +358,8 @@ stack. I guess include some sort of additional fields in the system type.
This starts to jump into the realm of an operating system or virtual machine; This starts to jump into the realm of an operating system or virtual machine;
the OS approach makes more sense for embedded system. the OS approach makes more sense for embedded system.
The parser is also going to need some updating to handle strings.
As before, the code for this update is tagged in `part-0x07 <https://github.com/kisom/kforth/tree/part-0x07>`_.