[PicForth] ANN: libquote - defines ' ['] execute

David McNab david at rebirthing.co.nz
Thu Dec 9 03:49:26 CET 2004


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


More information about the PicForth mailing list