Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: svince40 on April 23, 2012, 09:55:33 am

Title: how do you disassemble main in c
Post by: svince40 on April 23, 2012, 09:55:33 am
how do you disassemble main in c
all the routines can be disassembled as you step into them but not main.
Title: Re: how do you disassemble main in c
Post by: oBFusCATed on April 23, 2012, 10:27:07 am
My magic ball is broken, so I'll need some more details to help you with your problem.
Title: Re: how do you disassemble main in c
Post by: scarphin on April 23, 2012, 01:32:11 pm
I think (s)he's asking how to disassemble the initialization code before the Program Counter comes to 'main' and returns to the OS.