MICROPROCESSOR AND MICROCONTROLLER

INTRODUCTION TO MICROPEOCESSOR

MODEL OF MICROPROCESSOR

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
It is also a 16-bit register, which is always incremented/decremented by 2 during push & pop operations.
A
Stack pointer
B
Temporary register
C
Flag register
D
Program counter
Explanation: 

Detailed explanation-1: -Stack Pointer: The 8085 microprocessor’s stack pointer is a 16-bit register that holds the address of the memory at the top of the stack. In a PUSH operation, the stack pointer’s value is decreased by 2. In POP operation, it will increase by two. Accumulator: There are 8 flip-flops in the register’s 8 bits.

Detailed explanation-2: -Stack Pointer is also a special purpose register that is used to point the location of the top of the stack. Since location is specified using 16 bits, the stack pointer is a 16-bit register.

There is 1 question to complete.