| delorie.com/archives/browse.cgi | search |
| Date: | Sun, 14 Jun 1998 13:45:24 +0300 (IDT) |
| From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
| To: | Ian Chapman <ichapman AT mailcity DOT com> |
| cc: | Nate Eldredge <nate AT cartsys DOT com>, djgpp AT delorie DOT com, |
| Xavi Cardona <xavicardona AT rocketmail DOT com> | |
| Subject: | Re: Re: z80 to 386 |
| In-Reply-To: | <LKCDPLMGFELBAAAA@mailcity.com> |
| Message-ID: | <Pine.SUN.3.91.980614134257.6294Q-100000@is> |
| MIME-Version: | 1.0 |
On Fri, 12 Jun 1998, Ian Chapman wrote: > Seems asm is a handoff reserved word/token. Of course, it is! How else do you think inline assembly would work otherwise? If you want to use `asm' as a normal identifier, call gcc with -ansi switch (-posix might also work, although I didn't try). And use __asm__ instead of asm for inline assembly, so -ansi doesn't affect it.
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |