Software Archive
Read-only legacy content
17061 Discussions

Question on Disassembling

asmguru62
Beginner
241 Views
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.
0 Kudos
1 Reply
Intel_Software_Netw1
241 Views

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

0 Kudos
Reply