Instruction set architecture: Difference between revisions

Content deleted Content added
Wrong target/redirect (was branch prediction meant for, that 3rd option is also wrong).
Line 1:
{{Short description|Set of abstract symbols that describe a computer program's operations to a processor}}
{{broaderBroader|Computercomputer architecture}}
{{Machine code}}
 
Line 67:
====Control flow operations====
*''[[Branch (computer science)|Branch]]'' to another ___location in the program and execute instructions there.
*''[[BranchConditional predicationbranch|Conditionally branch]]'' to another ___location if a certain condition holds.
*''[[Indirect branch|Indirectly branch]]'' to another ___location.
*''[[Subroutine|Call]]'' another block of code, while saving the ___location of the next instruction as a point to return to.