An independent toolchain targeting embedded ARM.
This repository contains two standalone Rust crates:
chasm— an experimental assembler, linker, and terminal editor for Chasm assembly. It currently targets Cortex-M4F.hx— a small utility for converting plain hexadecimal dumps to binary files and back.
Each crate is built independently:
cargo build --manifest-path chasm/Cargo.toml
cargo build --manifest-path hx/Cargo.tomlSee each crate's README for usage details.