From: "Andrew Crabtree" Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP/NASM HELP!! Date: Thu, 12 Mar 1998 14:06:53 -0800 Organization: Hewlett Packard Lines: 15 Message-ID: <6e9ma7$e76$1@rosenews.rose.hp.com> References: <6e9alg$fag$1 AT orudios DOT magnet DOT at> NNTP-Posting-Host: ros51675cra.rose.hp.com Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk F.X.Gruber-Museum-Arnsdorf wrote in message <6e9alg$fag$1 AT orudios DOT magnet DOT at>... >btw, i dont like the assembler i'm currently using inside DJGPP. You seem to >use DJGPP, but with a normal, x86-style assembler. could you give me any >information about this ? thanx Right now, if you want to do inline assembly you have to use GAS. I have a modified version of gcc that allows you to use NASM syntax (actually, the whole compiler uses NASM instead of gnu as), but it won't be release ready until summer maybe. If you want to create separate assembly routines though than you can use NASM and just link them in.