Instruction set architecture: Difference between revisions

Content deleted Content added
m Reverted 1 edit by 67.43.206.149 (talk) to last revision by DigitalIceAge
Instructions: Fixed typo
Tags: canned edit summary Mobile edit Mobile app edit Android app edit App section source
Line 71:
*''[[Indirect branch|Indirectly branch]]'' to another ___location.
*''Skip'' one of more instructions, depending on conditions
*''Trap'' Explicitly cause an [[interrupt]], either co nditionallyconditionally or unconditionally.
*''[[Subroutine|Call]]'' another block of code, while saving, e.g., the ___location of the next instruction, as a point to return to.