Re: A89: C and 68k?


[Prev][Next][Index][Thread]

Re: A89: C and 68k?




In a message dated 9/27/98 22:35:36 Eastern Daylight Time, BLoWh0Le@aol.com
writes:

> << Are C and 68k languages alike? >>
>  
>  i don't think so.  but then again i'm probably wrong.
>  
>  C is a programming language.
>  68k is a motorola processor.
>  there might be a C compiler for the 68k, but i wouldn't know.
>  otherwise, i think you have to program in pure asm for the 68k.


when he said 68k, he meant 68k assembly.  and yes, there is at least one C
compiler for the 68k because TI themselves used it to write the rom.

besides, C written specifically for the 68k can be as basic (assembly) or
advanced (high level) as you want.  C was written that way.  unfortunately,
this means that C and C++ programs often don't port very well.  this is
because of the power they have over the platform.