trion 0.7.2

Trion is an assembler designed to be used with the Raspberry Pico (RP2040) microcontroller.
Documentation
1
2
3
4
5
pub mod arm6m;
pub mod asm;
pub(crate) mod macros;
pub mod text;
pub mod uf2;