Related articles |
---|
Compiler Output gm@amdahl.amdahl.com (1987-12-08) |
Re: Compiler Output rab@mimsy.UUCP (1987-12-09) |
Re: Compiler Output ll-xn!ames!oliveb!felix!preston@BBN.COM (1987-12-11) |
Re: Compiler Output haddock!uunet!uiucdcs!ccvaxa!aglew (1987-12-19) |
From: | rab@mimsy.UUCP (Bob Bruce) |
Newsgroups: | comp.compilers |
Keywords: | compilers, assemblers, languages |
Date: | 9 Dec 87 23:20:04 GMT |
References: | <777@ima.ISC.COM> |
From: | rab@mimsy.UUCP (Bob Bruce) |
Organization: | U of Maryland, Dept. of Computer Science, Coll. Pk., MD 20742 |
An indirect advantage of generating intermediate assembly code is
that this encourages the design of fast and simple assemblers.
This usually makes them much easier for human users as well.
I have written assembly language programs on many machines, under
several operating systems, and I am very impressed by the
elegant simplicity of unix assemblers.
-bob
[You would hope so, though Unix assemblers have been no more immune to
the feature disease than any other. On the other hand, none of them have
been as bad as IBM OS/360 Assember F which made four separate passes over
the source. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.