| delorie.com/archives/browse.cgi | search |
| From: | Dave Bird <dave AT xemu DOT demon DOT co DOT uk> |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | Re: built in assembler |
| Date: | Sun, 31 Jan 1999 18:00:25 +0000 |
| Organization: | very little |
| Message-ID: | <puL4eDC5oJt2Ewfx@xemu.demon.co.uk> |
| References: | <19990131162744 DOT 11493 DOT qmail AT hotmail DOT com> |
| NNTP-Posting-Host: | xemu.demon.co.uk |
| X-NNTP-Posting-Host: | xemu.demon.co.uk:158.152.196.209 |
| X-Trace: | news.demon.co.uk 917880615 nnrp-04:18607 NO-IDENT xemu.demon.co.uk:158.152.196.209 |
| X-Complaints-To: | abuse AT demon DOT net |
| MIME-Version: | 1.0 |
| X-Newsreader: | Turnpike (32) Version 4.01 <dQumtnY$x4rJ2u5tL5fS$n2vuP> |
| Lines: | 29 |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
| Reply-To: | djgpp AT delorie DOT com |
In article <19990131162744 DOT 11493 DOT qmail AT hotmail DOT com>, David Sikter
<sichter AT hotmail DOT com> writes
>How do I use assembler in djgpp?
>I am used to the build-in assembler in pascal, where you simply make a
>asm
> ...
>end;
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;
};
-- __
.,-;-;-,. /'_\ : They seek her here, they seek her there, :
_/_/_/_|_\_\) / : those critics seek her everywhere --- :
'-<_><_><_><_>=/\ : is she in LA or gone for a swim, :
jgs `/_/====/_/-'\_\ : that damned elusive Terrapin ? :
........"".....""....""..:>>>>>>>>>>> WHO IS THE MOCK TURTLE <<<<<<<<<
{a href="http://www.xemu.demon.co.uk/clam/people.turtle.html"}????{/a}
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |