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

pub use alg::arm::v5::*;