Previous: Special Register.
Up: Instruction Set
Previous Page: Special Register.
Next Page: Exception Handling

The Special Field.

There are many ``specials'' which must be handled by the instruction set. This includes the choice, whether an operation should check its operands to be of the correct type (integer or boolean), the stack switch, the selection of a branch predicate (branch if true or branch if false) and others. Instead of introducing new instructions for each ``special'', they are incorporated into the other instructions. They can be considered as side effects of the base instruction.

ca@informatik.uni-kiel.de