|
| Previous: 4.4 Tcode Instruction Format | TOC | Index | Back | Next: 4.6 Startup Conditions |
A cycle is the set of operations which is required to execute one single Tcode instruction. Each cycle consists of the following steps:
These steps are repeated until the Tcode machine is halted by executing HALT.
If an instruction modifies stack elements, first all of its operands are removed from the stack, then the operation denoted by the instruction is performed, and finally the result is placed back on the stack.
The string flag SF is normally not check at run time, since instructions involving strings are typically removed during a pre-processing step.
| Previous: 4.4 Tcode Instruction Format | TOC | Index | Back | Next: 4.6 Startup Conditions |