Home »
MCQs »
Microprocessor MCQs
How many General purpose registers are there in 8086?
59. How many General purpose registers are there in 8086?
- 5
- 7
- 8
- 10
Answer: C) 8
Explanation:
The 8086 microprocessor has a total of 8 general-purpose registers:
- AX (Accumulator)
- BX (Base)
- CX (Count)
- DX (Data)
- SI (Source Index)
- DI (Destination Index)
- BP (Base Pointer)
- SP (Stack Pointer)