Trait yaxpeax_core::arch::pic17::PartialInstructionContext[][src]

pub trait PartialInstructionContext {
    fn memory(&self, addr: u16) -> Option<u8>;
fn bsr_sfr(&self) -> Option<u8>;
fn bsr_gpr(&self) -> Option<u8>;
fn pclath(&self) -> Option<u8>;
fn comment(&self) -> Option<String>;
fn control_flow(&self) -> Option<&Effect<<PIC17 as Arch>::Address>>;
fn indicator_tag(&self) -> String; }

Required methods

Implementors