8086 why does the CPU make the segment address * 16 + offset a physical address?

Source: Internet
Author: User

8086 why does the CPU make the segment address * 16 + offset a physical address?

This is because the 8086 address line is 20 bits, the segment register is 16 bits, and the segment register * 16 is actually four bits to the left, form a 20-bit and 8086-bit address line match.

 

IP (Instruction Pointer): The instruction pointer register, used in conjunction with Cs, can track the program execution process;
SP (Stack pointer): A stack pointer that can be used with SS to point to the current stack position.
BP (base pointer): base address pointer register, which can be used as a relative base address location of SS;
Si (source index): the source address change register can be used to store the source address change pointer relative to the DS segment;
Di (destination index): the destination address change register, which can be used to store the destination address change pointer relative to the es segment.

 

CS (code segment): code segment register;
DS (Data Segment): Data Segment register;
SS (stack segment): Stack segment register;
ES (extra segment): additional segment register.

8086 why does the CPU make the segment address * 16 + offset a physical address?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.