cvs.gedasymbols.org/archives/browse.cgi | search |
Date: | Thu, 31 Dec 1998 09:45:33 +0200 (IST) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | Brian Gladman <gladman AT demon DOT co DOT uk> |
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: | <Pine.SUN.3.91.981231094455.23053C-100000@is> |
MIME-Version: | 1.0 |
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");
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |