Execute: Difference between revisions
From Computer History Wiki
Jump to navigationJump to search
m +cat |
m better cat |
||
| Line 3: | Line 3: | ||
{{stub}} | {{stub}} | ||
[[Category: | [[Category: CPU Basics]] | ||
Latest revision as of 14:14, 15 December 2018
To execute an instruction means that the CPU performs whatever action the instruction calls for: moving a word to or from a register to main memory; checking whether or not to perform a conditional branch, and doing the branch if so; or performing a halt.