Intel® ISA Extensions
Use hardware-based isolation and memory encryption to provide more code protection in your solutions.
공지
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
초급자
808 조회수

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 포인트
2 응답
neni
새로운 기여자 II
808 조회수
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 포인트
Anthony_B_Intel
808 조회수
The value of theupper 3 bytes of the location referenced by ebx will be unaffected by the above instruction.
0 포인트
응답