Date: Thu, 31 Dec 1998 09:45:33 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Brian Gladman cc: djgpp AT delorie DOT com Subject: Re: GCC Assembler for VC++ Routine In-Reply-To: <915041726.15878.0.nnrp-04.c2de6a96@news.demon.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com 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");