Computer Science, asked by SiddhantSharma4653, 9 months ago

How many segment registers are there in the 8086 processor?

Answers

Answered by anandraj123
1

Answer:

The 8086 has eight more or less general 16-bit registers (including the stack pointer but excluding the instruction pointer, flag register and segment registers). Four of them, AX, BX, CX, DX, can also be accessed as twice as many 8-bit registers (see figure) while the other four, SI, DI, BP, SP, are 16-bit only.

Similar questions