x86 assembly language

Source: Internet
Author: User

1. Summarize real mode (16-bit), 16-bit protection mode, 32-bit protection mode in one sentence.

16-bit real mode, addressing: Sg+offset (16-bit), segment register +offset is memory address, no segment description table, direct read memory, segment only logical meaning (code snippet?). Data segment? such as

16 is the protected mode, addressing the Sg+offset (16-bit), the segment register is the ID of the Segment Description table, the table entry records the true segment address, and whether the segment is in memory. (can provide a larger memory space than the physical address)! And the segment descriptor adds access bits, which characterize read-only and read-write.

32-bit protected mode, addressing Sg+offset (32-bit), segment register is the ID of a segment Description table, and a segment is divided into 32/4kb pages. is the page in memory, access control, in the Segment descriptor or page description?

x86 assembly language

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.