Trait mos6502_model::addressing_mode::ReadData[][src]

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

Required methods

fn read_data<M: Memory>(cpu: &Cpu, memory: &mut M) -> u8[src]

Loading content...

Implementors

impl ReadData for Absolute[src]

impl ReadData for AbsoluteXIndexed[src]

impl ReadData for AbsoluteYIndexed[src]

impl ReadData for Immediate[src]

impl ReadData for IndirectYIndexed[src]

impl ReadData for XIndexedIndirect[src]

impl ReadData for ZeroPage[src]

impl ReadData for ZeroPageXIndexed[src]

impl ReadData for ZeroPageYIndexed[src]

Loading content...