From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23001 invoked by alias); 10 Dec 2001 23:06:18 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 22979 invoked from network); 10 Dec 2001 23:06:16 -0000 Received: from unknown (HELO cdlsystems.com) (207.228.116.20) by sources.redhat.com with SMTP; 10 Dec 2001 23:06:16 -0000 Received: from hades by cdlsystems.com with SMTP (MDaemon.v3.5.3.R) for ; Mon, 10 Dec 2001 16:06:09 -0700 Message-ID: <001b01c181cf$48707ef0$160e10ac@hades> From: "Mark Cuss" To: References: <200112050403.UAA06630@kankakee.wrs.com> Subject: More Assembly Questions.... Date: Mon, 10 Dec 2001 15:36:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Return-Path: mcuss@cdlsystems.com X-MDaemon-Deliver-To: gcc@gcc.gnu.org Reply-To: mcuss@cdlsystems.com X-SW-Source: 2001-12/txt/msg00561.txt.bz2 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