8085 Microprocessor Questions
8085 Microprocessor Questions 1. What are the various registers in 8085? Answer - Accumulator register, Temporary register, Instruction register, Stack Pointer, Program Counter are the various registers in 8085. 2. In 8085 name the 16-bit registers? Answer - Stack pointer and Program counter all have 16 bits. 3. What are the various flags used in 8085? Answer - Sign flag, Zero flag, Auxiliary flag, Parity flag, Carry flag. 4. What is Stack Pointer? Answer - Stack pointer is a special purpose 16-bit register in the Microprocessor, which holds the address of the top of the stack. 5. What is a Program counter? Answer - 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 cases, it gets incremented automatically one by one as the instruction bytes get fetched. Also Program register keeps the addr...