Date : Wed, 30 Jun 1993 13:05:17 +0100 (BST)
From : "I Stephenson" <ian@...>
Subject: 6502 C compiler
I've completed a first release of my C compiler, and have placed it on shiraz.
I expect there are a number of bugs in it, so if anyone can help track them
down I'd appreciate it.
It implements full ansi C (minus floating point, libraries, preproceccor and
seperate compilation), but requires a seperate host on which to run.
The code generated is currently VERY inefficient, but its more imprtant to get
the bugs found now, while the code generator is simple, rather than making it
complex, then trying to fix it.
Any comments would be appreciated
Ian