regarding assembly language and code The following image sho
regarding assembly language and code:
The following image shows the disassembly in the CPU View of a PLP program that is currently running. In 2 cycles from the current instruction, what will the value of the Program Counter be? 0 times 10000000 0 times 10000004 0 times 10000008 0 times 1000000c 0 times 10000010 0 times 10000014Solution
Ans: The answer for this is 0x10000008.
Explanation: The program counter holds the address of next instruction which is to be executed.So the answer will be 0x10000008.
