This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
More Assembly Questions....
- From: "Mark Cuss" <mcuss at cdlsystems dot com>
- To: <gcc at gcc dot gnu dot org>
- Date: Mon, 10 Dec 2001 16:06:21 -0700
- Subject: More Assembly Questions....
- References: <200112050403.UAA06630@kankakee.wrs.com>
- Reply-to: mcuss at cdlsystems dot com
Hello all,
I am having problems using the "mmword" assembly directive on some inline
assembly code which I am compiling in gcc. I issued the -m486 and -o2 flags
but the assembler still is upset. Does anyone know which command line
options I have to issue to make this work?
My apologies for the newbie question - I am new to embedding assembly into a
gcc compiled program...
Mark