Changes

2 bytes added ,  20:20, 10 June 2008
m
no edit summary
Line 37: Line 37:  
     800084cc:  ...
 
     800084cc:  ...
   −
The 800084ac is the memory address in hex of where the crash occured.  809F0020 is the machine code for the offending instruction.
+
The 800084ac is the memory address in hex of where the crash occurred.  809F0020 is the machine code for the offending instruction.
    
*Step 1:
 
*Step 1:
Line 71: Line 71:     
This shows machine address 0x318 has the proper machine code and the nearest .loc statement says the problem is at line 168 of the ShooterView.cpp.
 
This shows machine address 0x318 has the proper machine code and the nearest .loc statement says the problem is at line 168 of the ShooterView.cpp.
For more info on the assember output see the manual here:  http://sourceware.org/binutils/docs-2.18/as/index.html
+
For more info on the assembler output see the manual here:  http://sourceware.org/binutils/docs-2.18/as/index.html
    
=General Programming Tips=
 
=General Programming Tips=
3,032

edits