How is a physical address generated in 8086?

后端 未结 1 967
情书的邮戳
情书的邮戳 2021-01-06 08:33

In the 8086 architecture, the memory space is 1 MiB in size and divided into logical segments of up to 64 KiB each.

i.e. it has 20 address

相关标签:
1条回答
  • 2021-01-06 08:55

    Address translation is done internally by a special unit without using the registers available to user code to store intermediate results - it just fetches 16-bit values and does the translation inside - it is not reflected anywhere where the user code could observe it.

    0 讨论(0)
提交回复
热议问题