-
In 8085, which of the following modifies the program counter?
-
- Only PCHL instruction
- Only ADD instruction
- JMP and CALL instruction
- All instructions
- Only PCHL instruction
Correct Option: D
Program counter is the register which has the next location of the program to be executed next. JMP & CALL changes the value of PC. PCHL instruction copies content of registers H & L to PC. ADD instruction after completion increments program counter. So program counter is modified in all cases. Hence (d) is correct option.