Date: Fri, 25 Oct 1996 16:33:47 +0000 From: Bill Currie Subject: Re: How to compile Allergo 2.1 under DJGPP 2.01 (gcc 2.7.2.1) ? To: Peter Monks Cc: djgpp AT delorie DOT com Message-id: <3270EBEB.3DF2@blackmagic.tait.co.nz> Organization: Tait Electronics NZ MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit References: <19961024 DOT 205512 DOT 6535 DOT 2 DOT chambersb AT juno DOT com> <54ori0$1e8_002 AT fmsc DOT com DOT au> Peter Monks wrote: > > outb %al, %dx (line 252) and > outl %eax, %dx (line 269) > > Can any AT&T assembler gurus tell me whats wrong with these two lines? Or do > I actually have the wrong lines in the file? There are other 'outb's and > 'outl's in bank.S that don't cause any errors, so I'm not 100% sure I've got > the right lines. > Nothing actually. Check the lines above (251 & 268). gas has a problem with preprocessed files when reporting the line numbers. Bill