Difference between revisions of "Execute"

From Computer History Wiki
Jump to: navigation, search
(Stubby, but an OK start)
 
m (better cat)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
  
 
{{stub}}
 
{{stub}}
 +
 +
[[Category: CPU Basics‎‎]]

Latest revision as of 16: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.