README 892 B

1234567891011121314151617
  1. SDCC is a retargettable, optimizing Standard C (ANSI C89, ISO C99, ISO
  2. C11) compiler suite that targets the Intel MCS51 based microprocessors
  3. (8031, 8032, 8051, 8052, etc.), Maxim (formerly Dallas) DS80C390
  4. variants, Freescale (formerly Motorola) HC08 based (hc08, s08), Zilog
  5. Z80 based MCUs (Z80, Z180, SM83, Rabbit 2000, 2000A, 3000A, TLCS-90),
  6. Padauk (pdk14, pdk15) and STMicroelectronics STM8. Work is in progress
  7. on supporting the Padauk pdk13 and MOS 6502 targets; Microchip PIC16 and
  8. PIC18 targets are unmaintained. SDCC can be retargeted for other
  9. microprocessors.
  10. The documentation (SDCC manual) and support for PIC targets are disabled
  11. by default because they require extra packages. Enable them by passing
  12. these variables to the script (VAR=yes|no ./sdcc.SlackBuild):
  13. ENABLE_DOC=yes|no (default: no), requires lyx, latex2html
  14. ENABLE_PIC=yes|no (default: no), requires gputils