Instruction set architecture: Difference between revisions

Content deleted Content added
Instruction encoding: Predication is using predicates in non-branch instructions.
Line 69:
*''[[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
*''[[Subroutine|Call]]'' another block of code, while saving the ___location of the next instruction as a point to return to.
*''Trap'' Explicitly cause an [[interrupt]], either co nditionally or unconditionally.
*''[[Subroutine|Call]]'' another block of code, while saving, e.g., the ___location of the next instruction, as a point to return to.
 
====Coprocessor instructions====