Intel® ISA Extensions
Use hardware-based isolation and memory encryption to provide more code protection in your solutions.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Data Bus

logicman112
Beginner
794 Views

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?

0 Kudos
2 Replies
neni
New Contributor II
794 Views
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
0 Kudos
Anthony_B_Intel
Employee
794 Views
The value of theupper 3 bytes of the location referenced by ebx will be unaffected by the above instruction.
0 Kudos
Reply