ANSI C compiler targeting Intel 8051, Maxim 80DS390, Zilog Z80
SDCC is a freeware, retargettable, optimizing ANSI C compiler that targets the Intel 8051, Maxim 80DS390, and Zilog Z80 based MCUs. Work is in progress on supporting Motorola 68HC08 as well as Microchip PIC16 and PIC18 series.
SDCC is a freeware, retargettable, optimizing ANSI C compiler that targets the Intel 8051, Maxim 80DS390, and Zilog Z80 based MCUs. Work is in progress on supporting Motorola 68HC08 as well as Microchip PIC16 and PIC18 series.
To install sdcc29, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install sdcc29
To see what files were installed by sdcc29, run:
port contents sdcc29
To later upgrade sdcc29, run:
sudo port selfupdate && sudo port upgrade sdcc29
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.