t3x.org / t3x / t3x-manual / 4.html
 
T3X - A Minimum Procedural Language
Version 8.1.5, Online Edition
Copyright(C) 1996-2004
Nils M Holm
 
Previous:
3.11.17 WRITES
TOC | Index | Back Next:
4.1 The Architecture

4. The Virtual Tcode Machine

The Tcode machine is the target of the reference implementation of T3X. Tcode is suitable for both interpretation and transformation to native code. It also provides mechanisms for static linking so that multiple Tcode modules can be linked together to form one single program. Support for object oriented programming is built into the virtual machine. This chapter describes the Tcode8 language and its virtual machine in detail.

Previous:
3.11.17 WRITES
TOC | Index | Back Next:
4.1 The Architecture