Message-ID: <001201c051d5$78e79260$c5223182@marst96.m.resnet.pitt.edu> From: "mark reed" To: Subject: Re: Intel inline assembly? Date: Sat, 18 Nov 2000 22:04:45 -0500 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.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Reply-To: djgpp AT delorie DOT com as far as i know you cant use inline assembly but you can use nasm to create functions in intel assembly, and then assemble them as COFF files, and include them when you compile your djgpp program. If you have NASM, then you can read the faq or readme to find out how to make COFF files for use with djgpp. >Is there any way I can use intel inline assembly instead of AT&T? I >heard NASM would work, but I need to set options in rhide and I don't >know how. Any direction or help would be appreciated. > >Ben Munger > >