rg-asm release notes

The assembler and linker for Atari ST, TT and Falcon. Newest release first.

0.7.0 — 2026-07-29

Adds GenPC dialect support — Ziggy/OVR's PC cross-assembler (Overlanders). Use --dialect=genpc for GenPC and as68 sources.

New features

Improvements

Bug fixes

0.6.0 — 2026-07-27

Much broader dialect coverage and byte-level checks against classic Atari assemblers. Devpac, TurboAss, MADMAC, Alcyon and several other tools now have committed goldens; --strict-dialect catches foreign syntax more reliably.

New features

Improvements

Bug fixes

0.5.6 — 2026-07-24

Added more vasm Mot and Pure C dialect coverage, and fixed a macro expansion crash. Building the macOS release no longer needs CoreFoundation.

New features

Bug fixes

0.5.5 — 2026-07-22

Added support for additional dialects and improved the size optimiser. rg-asm now understands far more of RMAC's syntax, produces tighter code at the higher optimisation levels, and lays out Devpac-style object files more faithfully.

New features

Bug fixes

0.5.1 — 2026-07-20

Added a machine-readable JSON mode and an optional per-function size/timing table. Also fixed a pile of linker bugs — cases that used to emit subtly wrong programs now either work correctly or stop with a clear error.

New features

Bug fixes

Breaking changes

0.1.0 — 2026-06-01

First public release. One self-contained assembler and linker for Atari ST and Falcon development — runs natively on Linux, macOS and Windows with nothing else to install. Free and open source (MIT or Apache-2.0).

New features

Known issues