Related articles |
---|
Assembly Language Translation baud@eedsp.gatech.edu (1992-02-10) |
Newsgroups: | comp.compilers |
From: | baud@eedsp.gatech.edu (Kurt Baudendistel) |
Keywords: | assembler, translator, question |
Organization: | Georgia Institute of Technology |
Date: | Mon, 10 Feb 1992 21:46:15 GMT |
I need to build a translator from one assembly language to another.
The architectures for the two machines is similar, but not identical.
Show this be a lex-yacc project, or does anyone have another suggestion
(GNU gas, etc.).
--
Kurt Baudendistel --- --- GRA
Georgia Tech, School of Electrical Engineering, Atlanta, GA 30332-0250
internet: baud@eedsp.gatech.edu uucp: gatech!gt-eedsp!baud
[Unless the source assembler is really ugly, lex and yacc are as good a
place to start as any. There have been a lot of assembler to assembler
translators over the years, but I haven't seen much discussion of how
to build them. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.