From: sos@prospect.com.ru (Sergey Okhapkin)
Subject: RE: asm
30 Mar 1997 01:49:21 -0800
Sender: daemon@cygnus.com
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <01BC3D09.BA0B1620.cygnus.gnu-win32@sos>
Original-To: "gnu-win32@cygnus.com" <gnu-win32@cygnus.com>,
        "'Derek Greene'"
	 <topcoder@netime.com>
Encoding: 13 TEXT
Original-Sender: owner-gnu-win32@cygnus.com

Derek Greene wrote:
> on djgpp there is  cm line switch that will not only compiler your souce but
> will save the asm output, so you can look at the assembly language version
> of what you jsut did, is there one on gnu-win32?

gcc -S file.c

Assembler code output you'll find in file.s.

-- 
Sergey Okhapkin
Moscow, Russia
Looking for a job

-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
