Hello,I use the option -save -temps to get the assembly code.
Using mingw32,I get instructions that I don't want.
Like example I see this instruction:
# 1 "C:\\Users\\Ramy\\RAMY\\KeyLogger\\main.cpp"
I would know how to get the pure assembly code,this instruction works only on my computer and I need to do the porting.
I would have only the executable instructions loaded,skipping the things like : get an error if and these things.
How to specify this?
Thanks.