Changes

Jump to navigation Jump to search
304 bytes added ,  21:47, 28 May 2008
no edit summary
Line 92: Line 92:  
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 assember output see the manual here:  http://sourceware.org/binutils/docs-2.18/as/index.html
 +
 +
==General Programming Tips==
 +
*Keep your code commented throughout it, it helps others help you with issues.
 +
*Any unused code should be deleted out of the program, unless it is a program for teaching people.
 +
*If someone does the same thing in a more efficient way (faster and/or in less code) accept it.

Navigation menu