[A83] Re: Small C?


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

[A83] Re: Small C?




>
>Has any attempt been made at a C compiler on the z80 for the calculators? 
>
>I found this http://sourceforge.net/projects/sdcc/ , and I was just
>
>wondering how easily this could be used to program in C for the 83+.
>
I think C is not a good language to write a hole program in, but if you
have a hard routine to write, you can do this:

1. Make the routine in C.
2. Compile.
3. Disassembly.
4. Optimize it and set name on variables.

Maybe it can be hard to read a disassembled code, but give it a try...



// Max S





References: