PkK #1 Posted July 9, 2012 (edited) sdcc 3.2.0 has been released today. http://sdcc.sourceforge.net sdcc is the C compiler that both Daniel's and my ColecoVision toolkits and libraries use. It currently is the best¹ C compiler targeting the z80 and keeps improving. Also I hope that my work on sdcc may somehow excuse that all my homebrew game projects are far behind schedule. Philipp ¹ Most extensive standard compliance, smallest code size for typical benchmarks using suitable optimization options. A comparison of sdcc and some other C compilers for the z80 and related architectures can be found at https://sourceforge....i/z80 code size Edit: Fix link. Edited July 9, 2012 by PkK Quote Share this post Link to post Share on other sites
+Gemintronic #2 Posted July 9, 2012 I think the sdcc link is broken/wrong. Also, is there a suite with sdcc and your libraries.. maybe even a good IDE set up? Quote Share this post Link to post Share on other sites
PkK #3 Posted July 9, 2012 Thanks, the link is fixed now. There is no such suite currently, just the tutorial on how to get everything installed at http://colecovision....tutorial0.shtml Philipp Quote Share this post Link to post Share on other sites
youki #4 Posted July 10, 2012 I'm going to try that version as soon as possible. With the old version i'm using (a very old from 2010) , i began to have paranormal behavior on my current project... i guess it is due to some compiler optimization. Quote Share this post Link to post Share on other sites