Date: Thu, 3 Jul 1997 10:42:20 -0700 (PDT) Message-Id: <199707031742.KAA02470@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: dov AT israel DOT sun DOT com From: Nate Eldredge Subject: Re: GNU assembler Cc: djgpp AT delorie DOT com Precedence: bulk You wrote: >Does anyone know know where can I find documentation about gnu assembler ?? The info docs (as.inf) tell about the features of the assembler. The opcode and operand syntax are discussed in section 17.1 of the FAQ. GAS is sort of ugly and buggy for writing assembly routines. I recommend NASM, an assembler which can output in a format linkable for DJGPP. It's on Simtelnet in the asmutil directory. Hope this helps. Nate Eldredge eldredge AT ap DOT net