[Coco] Retrochallenge -- Micro-C for CoCo
William Astle
lost at l-w.ca
Wed Jul 31 13:06:52 EDT 2013
On 2013-07-31 10:57, Luis Antoniosi (CoCoDemus) wrote:
> I think John wants a compiler for DECB.
>
> I have tried the gcc6809 and it made a code for DECB and seemed to run
> fine. But gcc is meant for multiple registers processors so the speed would
> never be optimal.
gcc6809 actually does a remarkable job when optimization for size is
enabled. It could probably do a much better job with some tweaking but
that's a harder job than it looks like (I've tried). The biggest problem
with the most recent "official" version of gcc6809 is that it does not
build properly on a 64 bit linux platform - it has issues related to
word size - and porting it forward to a newer version of gcc is not
pleasant due to some massive changes to the gcc internals.
More information about the Coco
mailing list