Software Archive
Read-only legacy content
17061 Discussions

Disassembling

Intel_C_Intel
Employee
442 Views
When I try to execute my program, I get a run-time error...
"The instruction at "0x77f6ce4c" referenced at memory at "0x00000010". The memory could not be "written"."

and when the debugger (disassembling window) starts up, it points to this line...
"77F6CE4C inc dword ptr [eax+10h]"

How could I use this reference to pin-point where this error is occuring in my code?
0 Kudos
3 Replies
Steven_L_Intel1
Employee
442 Views
What is the complete text of the first error message?

Steve
0 Kudos
Intel_C_Intel
Employee
442 Views
That is all it says. Then it just ask whether you want to terminate the program, or to try to debug the error
0 Kudos
Steven_L_Intel1
Employee
442 Views
How did you cause the program to begin execution? Does this happen only in Developer Studio, or any time? If in Developer Studio, did you use the ! (Execute) button or the Go button that starts the debugger? Did you build this as a Debug configuration? What Windows version are you using?

Steve
0 Kudos
Reply