Related articles |
---|
[4 earlier articles] |
Re: C as assembly language jacob@jacob.remcomp.fr (jacob navia) (2001-04-10) |
Re: C as assembly language felixundduni@freenet.de (felix) (2001-04-10) |
Re: C as assembly language fjh@cs.mu.OZ.AU (2001-04-10) |
Re: C as assembly language fjh@cs.mu.OZ.AU (2001-04-12) |
Re: C as assembly language vbdis@aol.com (2001-04-12) |
Re: C as assembly language felixundduni@freenet.de (felix) (2001-04-14) |
Re: C as assembly language fjh@cs.mu.OZ.AU (2001-04-14) |
Re: C as assembly language rhyde@transdimension.com (Randall Hyde) (2001-04-14) |
Re: C as assembly language vbdis@aol.com (2001-04-15) |
Re: C as assembly language jim.granville@designtools.co.nz (Jim Granville) (2001-04-18) |
Re: C as assembly language joachim_d@gmx.de (Joachim Durchholz) (2001-05-03) |
Re: C as assembly language joachim_d@gmx.de (Joachim Durchholz) (2001-05-07) |
Re: C as assembly language Hans_Boehm@hp.com (Hans Boehm) (2001-05-07) |
[3 later articles] |
From: | fjh@cs.mu.OZ.AU (Fergus Henderson) |
Newsgroups: | comp.compilers |
Date: | 14 Apr 2001 17:15:24 -0400 |
Organization: | Computer Science, University of Melbourne |
References: | 01-04-027 01-04-085 |
Keywords: | C, practice |
Posted-Date: | 14 Apr 2001 17:15:24 EDT |
vbdis@aol.com (VBDis) writes:
>C was /designed/ as a replacement for assembly language, and IMO this
>goal is reached nowadays, too. No real assembler will define or deal
>with exceptions and like constructs, which are beyond the creation of
>CPU instructions.
That depends on what you mean by a "real" assembler.
ILASM, the assembler for the Intermediate Language used for
the Microsoft.NET platform, deals with exceptions and like constructs.
Likewise Jasmin and the various other Java bytecode assemblers do the same.
Are they real assemblers? If not, why not?
--
Fergus Henderson <fjh@cs.mu.oz.au> | "I have always known that the pursuit
| of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.