Diferencia entre revisiones de «SDCC C compiler»

De WikiRobotics
Saltar a: navegación, buscar
(Links)
(Introduction)
Línea 1: Línea 1:
 
== Introduction ==
 
== Introduction ==
 +
 +
'''SDCC''' is an ANSI C compiler that targets different MCUs such as Intel 8051, Maxim 80DS390, Zilog Z80, Microchip PIC16/18 among others. SDCC is Free Open Source Software, distributed under GNU General Public License (GPL).
  
 
== Installation on linux platforms ==
 
== Installation on linux platforms ==

Revisión del 02:19 20 feb 2011

Introduction

SDCC is an ANSI C compiler that targets different MCUs such as Intel 8051, Maxim 80DS390, Zilog Z80, Microchip PIC16/18 among others. SDCC is Free Open Source Software, distributed under GNU General Public License (GPL).

Installation on linux platforms

Installation on Windows

Links

News

  • Feb/20th/2011: This page is started!