FORTH and Threaded Interpretive Languages

first previous next last


Max-Gerd Retzlaff, 5. July 2008

https://entropia.de/GPN7

Jonesforth by Richard W. M. Jones

RETURNING FROM FORTH WORDS ---------------------------------------------------------- the EXIT function QUADRUPLE +------------------+ | codeword | +------------------+ DOUBLE | addr of DOUBLE ---------------> +------------------+ +------------------+ | codeword | | addr of DOUBLE | +------------------+ +------------------+ | addr of DUP | | addr of EXIT | +------------------+ +------------------+ | addr of + | +------------------+ %esi -> | addr of EXIT | +------------------+ What happens next? 17