- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If the following one byte instruction is executed for a IA-32 processor in 32 bit protected mode:
MOV [ebx], al
What will be the value of D63 to D8 physically?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i assume you are interested in what will be the physical address you will see on the bus. and the answer is, if you see something on the bus (depends on cacheability of the address) it will be based on the page table setting for the virtual address value in ebx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The value of theupper 3 bytes of the location referenced by ebx will be unaffected by the above instruction.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page