Function yaxpeax_core::arch::display::show_instruction[][src]

pub fn show_instruction<M: MemoryRange<A>, A, F, Contexts, Y: YaxColors>(
    data: &M,
    ctx: &Contexts,
    address: A::Address,
    _function_table: &HashMap<A::Address, F>,
    colors: &Y
) where
    A: Arch + for<'mem> DecodeFrom<M> + BaseDisplay<F, Contexts>,
    A::Address: Hash + NodeTrait,
    A::Instruction: ShowContextual<A::Address, Contexts, String, Y>,