Trait mos6502_model::addressing_mode::ReadJumpTarget[][src]

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

Required methods

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

Loading content...

Implementors

Loading content...