[][src]Function pir_8_emu::binutils::pir_8_emu::display::instruction_history_update

pub fn instruction_history_update<'i, I: IntoIterator<Item = &'i (u16, Instruction, u16)>>(
    x_start: usize,
    y_start: usize,
    instrs: I,
    max_instr_count: usize,
    registers: &GeneralPurposeRegisterBank
)

Update the "Instruction history" window

See instruction_history_write() for more info