Trait mos6502_model::instruction::lax::AddressingMode[][src]

pub trait AddressingMode: Trait {
    fn read_data_with_cycles<M: Memory>(
        cpu: &Cpu,
        memory: &mut M
    ) -> DataWithCycles; }

Required methods

Loading content...

Implementors

Loading content...