1
2
3
4
5
6
7
8
//! Memory map for the ARM9 and ARM11 processors of the Nintendo 3DS system.
//! Adapted from the [Nintendo 3DS - Memory Layout] documentation.
//!
//! [Nintendo 3DS - Memory Layout]: https://tinyurl.com/ukwyyfkv

pub(crate) mod arm11_io_registers_physical_map;
pub(crate) mod arm11_physical_memory_map;
pub(crate) mod arm9_physical_memory_map;