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

pub fn instruction_write(x_start: usize, y_start: usize)

Prepare the "Current instruction" window at the specified coords

The window is 20x2, laid out as follows:

Current instruction
<instr>

Where <instr> is either {undecoded}, {execution finished}, or the assembly name of the instruction.