What is Program counter?


Program counter holds the address of either the first byte of the next instruction to be fetched for execution or the address of the next byte of a multi byte instruction, which has not been completely fetched. In both the cases it gets incremented automatically one by one as the instruction bytes get fetched. Also Program register keeps the address of the next instruction.



Explore posts in the same categories: Microprocessors Interview Questions


BOOKMARK THIS : del.icio.us | Digg it | Furl | reddit |


Related Questions :

  • What is Program counter?
  • Program counter holds the address of either the first byte of the next instruction to be fetched for execution or...
  • In 8085 name the 16 bit registers?
  • Stack pointer and Program counter all have 16 bits....
  • What is time-stamping?
  • It is a technique proposed by Lamport, used to order events in a distributed system without the use of clocks....
  • What is time-stamping?
  • It is a technique proposed by Lamport, used to order events in a distributed system without the use of clocks....
  • What are the various registers in 8085?
  • Accumulator register, Temporary register, Instruction register, Stack Pointer, Program Counter are the various registers in 8085...
  • What are the various registers in 8085?
  • Accumulator register, Temporary register, Instruction register, Stack Pointer, Program Counter are the various registers in 8085...
  • What are step loops? How do you program page down page up in step loops?
  • Step loops are repeated blocks of field in a screen. Step loops: Method of displaying a set of records. Page down ...
  • What is the difference between procedural and object-oriented programs?
  • 1. In procedural program, programming logic follows certain procedures and the instructions are executed one after another. In OOP program,...
  • How is a typical DB2 batch program executed ?
  • There are two methods of executing a DB2-batch program 1. Use DSN utility to run a DB2 batch program from native...
  • What was removed from COBOL in the COBOL II implementation ?
  • Partial list REMARKS, NOMINAL KEY, PAGE-COUNTER, CURRENT-DAY, TIME-OF-DAY, STATE, FLOW, COUNT, EXAMINE, EXHIBIT, READY TRACE and RESET...

    Comment:

    You must be logged in to post a comment.