1.

Program counter stores what?(a) Address of before instruction(b) Address of the next instruction(c) Data of the before execution to be executed(d) Data of the execution instructionThe question was asked during an internship interview.This intriguing question originated from Microcontroller (8051) in chapter Prototyping Embedded Devices of IOT

Answer»

Right answer is (b) Address of the next instruction

Best EXPLANATION: POINTS to the address of the next instruction to be executed from ROM. It is 16 bit register means the 8051 can access program address from 0000H to FFFFH. Total 64KB of CODE.



Discussion

No Comment Found

Related InterviewSolutions