[][src]Trait rysk_core::system::Mmu

pub trait Mmu<R: Register> {
    fn get(&self, address: R::Unsigned) -> u8;
fn set(&mut self, address: R::Unsigned, value: u8); }

Required methods

fn get(&self, address: R::Unsigned) -> u8

Get the byte at the given address

fn set(&mut self, address: R::Unsigned, value: u8)

Set the byte at the given address

Loading content...

Implementors

Loading content...