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

pub fn instruction_update(
    x_start: usize,
    y_start: usize,
    valid: bool,
    execution_finished: bool,
    instr: &Instruction,
    registers: &GeneralPurposeRegisterBank
)

Update the "Current instruction" window

See instruction_write() for more info