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

LITERALS ---------------------------------------------------------------------------- Four things not yet mentioned: (4) How do you compile a function which does anything except call other functions? e : DOUBLE 2 * ; +---------------------------+-------+-------+-------+-------+-------+ | (usual header of DOUBLE) | DOCOL | LIT | 2 | * | EXIT | +---------------------------+-------+-------+-------+-------+-------+ ^ +- %esi 28