1 2 3 4 5 6
//! Implementation of the ARM9 and ARM11 RISC ARM processors of the Nintendo //! 3DS. The ARM9 processor implements the ARMv5TE architecture, and the ARM11 //! processor implements the ARMv6K architecture. mod arm_cpu; mod registers;