- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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?
링크가 복사됨
2 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
The value of theupper 3 bytes of the location referenced by ebx will be unaffected by the above instruction.
