Control instructions include all privileged and semiprivileged machine instructions, except the input/output instructions described on topic Input/output operations.
Privileged instructions may be processed only when the processor is in the supervisor state. An attempt to process an installed privileged instruction in the problem state generates a privileged-operation exception.
Semiprivileged instructions are those instructions that can be processed in the problem state when certain authority requirements are met. An attempt to process an installed semiprivileged instruction in the problem state when the authority requirements are not met generates a privileged-operation exception or some other program-interruption condition depending on the particular requirement that is violated.
For further details, see "Control Instructions" in the applicable Principles of Operation manual.
[ Top of Page | Previous Page | Next Page | Contents | Index ]