Re: Ultimate3D
Posted: Mon May 10, 2010 7:00 pm
Now learn the power of the "Edit"-button and we are almost there.purescotty wrote:Thank you, this is all new and exciting for me. Press the "code" button, I got it!
Now learn the power of the "Edit"-button and we are almost there.purescotty wrote:Thank you, this is all new and exciting for me. Press the "code" button, I got it!
Trond wrote:Paste this on the top of your code:Then paste this at various places in the code:Code: Select all
Global _regout Macro regout(register) !push register !pop [v__regout] !pushad Debug _regout !popad EndMacro
regout(esp)
It will debug a number that should be the same each time (unless you're inside a procedure). If it isn't you did something wrong with the number of parameters of some called imported function.