Instruction set architecture: Difference between revisions

Content deleted Content added
Coprocessor instructions: whitespace on coprocessor exanples
Control flow operations: add predication link on control flow section, surprised it is missing
Line 59:
*''[[Conditional branch|Conditionally branch]]'' to another ___location if a certain condition holds.
*''[[Indirect branch|Indirectly branch]]'' to another ___location.
*''Skip'' one of more instructions, depending on conditions, known as [[Predication_(computer_architecture)|predication]]
*''Trap'' Explicitly cause an [[interrupt]], either conditionally or unconditionally.
*''[[Subroutine|Call]]'' another block of code, while saving, e.g., the ___location of the next instruction, as a point to return to.