module gui
Global Variables
- font
- button_size
- layout
function currCode
currCode(sim, low: int = -5, high: int = 5) → str
String showing surrounding code to PC
Args:
sim
(ponyo.Simulator): Current Simulator instancelow
(int, optional): Number of lines before PC. Defaults to -5.high
(int, optional): Number of lines after PC. Defaults to 5.
Returns:
str
: Section of code arround PC
function gui
gui(sim, isa)
Runs an interactive GUI for the simulator using PySimpleGUIQt
Args:
sim
(ponyo.Simulator): Starting Simulator with loaded imem/dmem
This file was automatically generated via lazydocs.