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}}
{{
{{Machine code}}
Line 67:
====Control flow operations====
*''[[Branch (computer science)|Branch]]'' to another ___location in the program and execute instructions there.
*''[[
*''[[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.
|