> Can someone explain what does 'threaded' in 'threaded-code emulation' mean? Threaded code roughly means each emulator instruction jumps directly to the next, rather than going via an interpreter loop. Cf. J. R. Bell, Threaded code, CACM, 16, 370-372 (1973). -- Thomas