In: Computer Science
URGENT
Given some very common assembly language command, like, for example, the following instruction.
ADD ECX, EAC
Please, describe the main CPU algorithm, or, the major stages of the instruction processing executed by the CPU within the instruction cycle. Assume, no pipelining is available.