From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.7 required=5.0 tests=BAYES_00,INVALID_DATE, MSGID_SHORT,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!udel!rochester!pt.cs.cmu.edu!sei!firth From: firth@sei.cmu.edu (Robert Firth) Newsgroups: comp.lang.ada Subject: Re: MC68000 assembler to SPARC assebler cross translator?? Keywords: SPARC MC68000 Machine Code Assembler Message-ID: <9720@fy.sei.cmu.edu> Date: 30 Nov 90 17:32:26 GMT References: <3538@ssc-bee.ssc-vax.UUCP> Reply-To: firth@sei.cmu.edu (Robert Firth) Organization: Software Engineering Institute, Pittsburgh, PA List-Id: In article <3538@ssc-bee.ssc-vax.UUCP> maa@ssc-vax.UUCP (Mark A Allyn) writes: >What I am looking for (either to buy or do) is come up with some means >to take the MC68000 assembler code that is embedded in the ada modules, >and translate it to SPARC assembler code so that our Sun-4 based test-bed >can still run the ada software. Don't do that. Instead, go back to the specifications from which the MC68000 Assembler components were written, and rewrite them in SPARC Assembler from that specification. If no such specification exists, or if the existing Assembler isn't encapsulated into functional units, throw the program away with considerable force.