pub fn map_memory(
name: &str,
size: target_ulong,
addr: target_ptr_t,
) -> Result<(), Error>Expand description
Map RAM into the system at a given physical address
pub fn map_memory(
name: &str,
size: target_ulong,
addr: target_ptr_t,
) -> Result<(), Error>Map RAM into the system at a given physical address