Message-ID: <000f01bdf89e$639e93a0$41ee8081@bhodge> From: "Blaine Hodge" To: Subject: Re: Compiling Assembly with DJGPP Date: Thu, 15 Oct 1998 18:46:17 -0600 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 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Reply-To: djgpp AT delorie DOT com Actually you can pass .s (assembler files) into gcc to compile them just like a .c file. >use as.exe i believe, instead of gcc, but assembly is in at&t format not >intel, so the commands are really weird > >