Your Answer: Since the PC will be pointing there after . . . .

is CORRECT

You were told this some time ago, so it is nice that you remembered. The PC (program counter) is a register containing an address that moves throught the addresses of a program as the program executes. When an instruction is about to be fetched into the instruction register, it contains the first byte of the instruction. The first byte should be the opcode (as for the mnemonic ADDL3) so the number of operands can be determined.


Click Here for next Lesson