Calypsi: A series of C compiler and assembly language cross compiler tool chains
Published on: 2025-08-20 03:08:33
Calypsi tool chains
Calypsi is a series of C compiler and assembly language cross compiler tool chains. The current tool chains are aimed towards the retro and hobby communities. Future products will be for typical targets used in embedded programming.
Supported targets and platforms
Latest release is 5.10 available here for the following targets:
MOS 6502
WDC 65816
Motorola 68000
HP Nut (assembler and debugger only)
Supported host platforms are:
Arch Linux, 64-bit x86
Debian based Linux (built on Ubuntu 20.04), 64-bit x86
Fedora based Linux (built on Fedora version 40), 64-bit x86 (except Nut target)
macOS x86
Windows 64-bit, built on Windows 10
Highlights
ISO C 99 compiler. This is a freestanding implementation with many features you will typically find in a hosted compiler.
Fully re-entrant code model.
Support for all integer types up to 64 bits long long .
Floating point supported (32 and 64 bits IEEE-754).
Full support for struct , union , typedef and what you e
... Read full article.