- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
When I want to disassemblea piece of memory - how do I know what mode is CPI in? 64-bit instructions are different from the rest sometimes.
When I want to disassemblea piece of memory - how do I know what mode is CPI in? 64-bit instructions are different from the rest sometimes.
コピーされたリンク
1 返信
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
This is the information we received from engineering.
Disassembling memory data is not always a good thing. OS will move pages around, so there are no guarantee that the code/data youre looking at is what youre expecting. Disassemble object code instead.
Jim A
Intel Software Network Support
http://www.intel.com/software
Contact us
Message Edited by intel.software.network.support on 11-15-2005 08:41 PM
