Welcome, Guest. Please login or register.

Author Topic: 68k to PPC code translators/compilers  (Read 1557 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: 68k to PPC code translators/compilers
« on: April 17, 2004, 08:29:43 PM »
Converting m68k asm to PPC asm is generally not worth the effort. The resulting code will be slow, ugly and impossible to maintain.

You're far better off by rewriting the code in C and let C compiler worry about PPC code generation.