Re: RFC: Primary ColorForth
"Jeff Fox" <[email protected]>
| Newsgroups | gmane.comp.lang.forth.colorforth |
|---|---|
| Message-ID | <[email protected]> |
initial colorforth editor page in simple html with jpegs http://www.ultratechnology.com/editor/editor.htm zip file http://www.ultratechnology.com/editor/colorforth editor chapter.zip it doesn't go into how blocks are just 1k aligned pages of ram or that block 0 is ram 0 or that they are 256 words in colorforth addressing or that BLOCK and BLOCKS do the same thing, 256 * or that nc 18 block cyl get loaded at boot or that the first cyl is the boot sector, kernel, font or get into how to write programs, it just goes over the keyboard menus, functions in the editor, and some related command line functions. maybe next I should do a chapter on how to do file IO using the utility word "file" "reads" "writes" "stop"