FORTH and Threaded Interpretive Languages

first previous next last
typoscript


Max-Gerd Retzlaff, 5. July 2008

https://entropia.de/GPN7

Jonesforth by Richard W. M. Jones

DICTIONARY ENTRIES ----------------------------------------------------------------- How : DOUBLE DUP + ; really looks in memory: pointer to previous word ^ | +--|------+---+---+---+---+---+---+---+---+------------+------------+------------+------------+ | LINK | 6 | D | O | U | B | L | E | 0 | DOCOL | DUP | + | EXIT | +---------+---+---+---+---+---+---+---+---+------------+--|---------+------------+------------+ ^ len pad codeword | | V LINK in next word points to codeword of DUP 23