From: Enoch <ix...@ho...> - 2013-03-16 05:55:59
|
Hello Matthias & All: How about adding a CVARIABLE word to the kernel? It is described in Forth Programmer's Handbook by Conklin & Rather as follows: CVARIABLE <name> ( — ) Create a dictionary entry for name associated with one character of data space. Typically found in smaller systems for embedded micro- controllers and other environments where it is advantageous to allo- cate variables only one character in size. Thanks, Regards, Enoch. |