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

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

Required methods

Loading content...

Implementors

Loading content...