[A89] Re: about a68k
[Prev][Next][Index][Thread]
[A89] Re: about a68k
At 21:19 +0200 27/5/02, Sebastian Reichelt wrote:
>You probably use CodeWarrior and MPW as compilers (but I don't know what
>MPW is).
MPW is Macintosh Programmer Workshop, it's a the free IDE from apple,
but it's now discontinued.
>Unfortunately, that won't work, as the TIOS calling convention is
>different from the standard (a0-a1/d0-d2 may be trashed, return value in a0
>or d0 depending on the type). But if you have an assembler for 68k code,
>you can probably get it to produce an object file instead of an
>executable. You need this file to be in either the COFF or the AmigaOS
>format; then you can use obj2ti, which is included in TIGCC (simply
>download the TIGCC sources and compile it with a C++ compiler, but you need
>to define or undefine BIG_ENDIAN).
thanks, I've compiled obj2ti with no problems. I'll try to check the
options in CodeWarrior.
regards,
ra.-
References: