Outputting variable values in x86?

Posted by Airjoe on Stack Overflow See other posts from Stack Overflow or by Airjoe
Published on 2010-03-24T02:32:18Z Indexed on 2010/03/24 5:13 UTC
Read the original article Hit count: 262

Filed under:
|
|
|

Hello All-
I'm working on a homework assignment in x86 and it isn't working as I expect (surprise surprise!). I'd like to be able to output values of variables in x86 functions to ensure that the values are what I expect them to be. Is there a simple way to do this, or is it very complex? For what it's worth, the x86 functions are being used by a C file and compiled with gcc, so if that makes it simpler that is how I'm going about it.
Thanks for the help.

© Stack Overflow or respective owner

Related posts about x86

Related posts about homework