Maker Pro
Maker Pro

Small device C compiler

E

Eric

Jan 1, 1970
0
I found this on source forge and thought it might be useful to people in
this group. I havent tried it or even dl'd it.
Eric

http://sourceforge.net/softwaremap/trove_list.php?form_cat=201&page=3


47. Small Device C Compiler - SDCC is an open source retargettable,
optimizing ANSI - C compiler. The current version targets the Intel 8051,
Zilog Z80, Dallas 80C390, Motorola HC08 and Microchip PIC MCUs.
 
G

GaMu

Jan 1, 1970
0
Eric said:
I found this on source forge and thought it might be useful to people in
this group. I havent tried it or even dl'd it.
Eric

http://sourceforge.net/softwaremap/trove_list.php?form_cat=201&page=3


47. Small Device C Compiler - SDCC is an open source retargettable,
optimizing ANSI - C compiler. The current version targets the Intel 8051,
Zilog Z80, Dallas 80C390, Motorola HC08 and Microchip PIC MCUs.

I am developing applications using the Motorola HC08 series and I took a
look at SDCC a few months back. As the docs admit, the HC08 port is
relatively new. SDCC only supports a subset of the HC08 CPU instruction
set. In particular, all the new instructions that are supposed to make
the CPU support higher-level languages like C are not supported. (Go
figure...) It looks like this is a 6802 or 6805 (i.e., OLD) compiler
being marketed as a 6808 compiler. After examing the code SDCC produces
for the HC08, I decided to stick with assembly language.

Ga Mu
 
Top