1
2
3
4
5
6
//! ARMv6 assembly instructions.
//!
//! The reference is [ARMv6-M Architecture Reference
//! Manual](http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0419c/index.html).

pub use alg::arm::v6::*;