Author Topic: Problem getting the assembly code  (Read 3342 times)

ramy1989

  • Guest
Problem getting the assembly code
« on: January 07, 2011, 10:55:17 am »
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:
Code
# 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.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: Problem getting the assembly code
« Reply #1 on: January 07, 2011, 11:40:20 am »
Unrelated to C::B and therefore violating our forum rules.

Please ask in a MinGW-related forum or on the MinGW mailing list.

Topic locked !