| UMBC CMSC104 | CSEE | CMSC104 | CMSC104 Fall99 | news | help |
[M1] = 3,
[M2] = 5. If we copy from M1 to M2,
show the contents of each cell after the operation.
|   | Column 1 |
  | Column 2 |
| 1 | Execute | a | specifies an
operation, like LOAD, ADD, JUMP or STORE |
| 2 | Instruction Register | b | provides more information about the instruction. |
| 3 | Fetch | c | Contains the instruction currently being executed |
| 4 | Decode | d | Contains the memory address of the next instruction to be executed. |
| 5 | opcode | e | get the next instruction from memory |
| 6 | operand | f | determine the bit pattern in the instruction register |
| 7 | Program counter | g | perform the action requested by the instruction in the instruction register. |
| UMBC CMSC104 | CSEE | CMSC104 | CMSC104 Fall99 | news | help |