From: "Brian Gladman" Newsgroups: comp.os.msdos.djgpp Subject: Re: GCC Assembler for VC++ Routine Date: Thu, 31 Dec 1998 08:56:56 -0000 Message-ID: <915094697.1897.0.nnrp-07.c2de6a96@news.demon.co.uk> References: NNTP-Posting-Host: seven77.demon.co.uk X-NNTP-Posting-Host: seven77.demon.co.uk:194.222.106.150 X-Trace: news.demon.co.uk 915094697 nnrp-07:1897 NO-IDENT seven77.demon.co.uk:194.222.106.150 X-Complaints-To: abuse AT demon DOT net X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Lines: 17 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eli Zaretskii wrote in message ... > >On Wed, 30 Dec 1998, Brian Gladman wrote: > >> I cannot find an equivalent >> for _emit to get gcc to issue the two bytes 0x0f and 0x31. > >Use the .byte directive, like this: > > __asm__(".byte 0x0f"); Thanks for this fix - I have now got it working. Brian