| delorie.com/archives/browse.cgi | search |
| Date: | Mon, 1 Feb 1999 19:20:27 +0200 (IST) |
| From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
| X-Sender: | eliz AT is |
| To: | Dave Bird <dave AT xemu DOT demon DOT co DOT uk> |
| cc: | djgpp AT delorie DOT com |
| Subject: | Re: built in assembler |
| In-Reply-To: | <puL4eDC5oJt2Ewfx@xemu.demon.co.uk> |
| Message-ID: | <Pine.SUN.3.91.990201191947.8397D-100000@is> |
| MIME-Version: | 1.0 |
| Reply-To: | djgpp AT delorie DOT com |
On Sun, 31 Jan 1999, Dave Bird wrote:
> I **think** this is right.....
> most 'C' compilers have a begin-bracket after the word 'asm',
> and an end-bracket instead of the word 'end'. Like this:
>
> asm{
> mov eax,23;
> };
No, the syntax of inline assembly accepted by DJGPP is *very* different.
See the FAQ for more details.
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |