Previous: Memory Interface
Up: The Architecture of CAST
Next: Exception Handling
Previous Page: Memory Interface
Next Page: Register to Register Instruction.

Instruction Set

A reduced instruction set contains at least the following instruction groups:

  1. computational instructions, which operate on two source registers and store the result in a destination register,
  2. conditional control flow instructions, and
  3. instructions to access memory (load and store).


ca@informatik.uni-kiel.de