Computer Science, asked by sovi7691, 1 year ago

Which register in 8086 contains the address of the next instruction to be fetched?

Answers

Answered by sandysanthosh
0
since the 8086 processor uses 20 bits addressing, we can access 1MB of memory, but registers of 8086 is only 16 bits,so to access the data from the memory we are combining the values present in code segment registers and instruction pointerregisters to generate a physical address, it is done by moving the value of CS 
Similar questions