ANN: libquote - defines ' ['] execute
David McNab <[email protected]> Thu, 09 Dec 2004 15:49:26 +1300
| Newsgroups | gmane.comp.lang.forth.picforth |
|---|---|
| Message-ID | <[email protected]> |
Hi, I've posted libquote.fs to wiki, which defines the standard ANS Forth deferred execution words: - ' - ['] - execute Given that PicForth's data stack is 8-bit, and full program word addresses in PCLATH:PCL format are 16 bits, we represent word XTs on the stack in little-endian ( xtL xtH ) format. All info, source and example code on wiki: http://wiki.enst.fr/bin/view/Picforth/Libquote -- Cheers David