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

INDIRECT THREADED CODE -------------------------------------------------------------- In direct threaded code, QUADRUPLE would look like: +------------------+ | addr of DOUBLE --------------------> (assembly code to do the double) +------------------+ NEXT %esi -> | addr of DOUBLE | +------------------+ 9