C on retro systems
C compilers for 8-bit and 16-bit targets let you write structured code while still talking to hardware when needed.
Toolchains in the IDE
| Topic | Description |
|---|---|
| cc65 | 6502 C development — common for Commodore, Atari 8-bit, Apple II, … |
| z88dk | Z80 C development — ZX Spectrum, MSX, CPC, and many more targets |
| CMOC | 6809 C development — Dragon 32, TRS-80 CoCo 2, Vectrex |
See also
- 6502 assembly — mixing with cc65 (
ca65/ld65) - Z80 assembly — mixing with z88dk
- 6809 assembly — mixing with CMOC
- Getting started with the IDE