[−][src]Function pir_8_emu::binutils::pir_8_emu::display::instruction_history_write
pub fn instruction_history_write(x_start: usize, y_start: usize)
Prepare the "Instruction history" window at the specified coords
The window is 25x(1+N), laid out as follows:
Instruction history
<instrs>
Where <instrs> is either {empty}, or up to N lines of pir-8-disasm-formatted instructions and data therefor,
and N is max_instr_count, as passed to instruction_history_update()