Related articles |
---|
Is Assembler Language essential in compiler construction? marco.m.petersen@gmail.com (2009-02-09) |
Re: Is Assembler Language essential in compiler construction? mburrel@uwo.ca (Mike Burrell) (2009-02-10) |
Re: Is Assembler Language essential in compiler construction? rpboland@gmail.com (Ralph Boland) (2009-02-10) |
Re: Is Assembler Language essential in compiler construction? bartc@freeuk.com (Bartc) (2009-02-11) |
Re: Is Assembler Language essential in compiler construction? tim.d.richards@gmail.com (Tim) (2009-02-11) |
Re: Is Assembler Language essential in compiler construction? walter@bytecraft.com (Walter Banks) (2009-02-11) |
Re: Is Assembler Language essential in compiler construction? haberg_20080406@math.su.se (Hans Aberg) (2009-02-11) |
[39 later articles] |
From: | marco.m.petersen@gmail.com |
Newsgroups: | comp.compilers |
Date: | Mon, 9 Feb 2009 02:34:36 -0800 (PST) |
Organization: | Compilers Central |
Keywords: | assembler, question |
Posted-Date: | 10 Feb 2009 09:46:07 EST |
Is Assembler Language essential in compiler construction? I've read a
few e-Books on compiler construction and it always says that knowledge
of assembly is essential.
I mean, if you wrote a program that converts code from BASIC to C++
then calls another compiler to do the compilation process, wouldn't
that be considered as a compiler?
I would appreciate any help I can get.
Thanks,
Marco
[You certainly need to understand the target language of your compiler.
Perhaps they weren't anticipating translators that target high level
languages. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.