-
Notifications
You must be signed in to change notification settings - Fork 0
Python semi-graphical terminal UI #5
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededinfrastructureAnything related to the infra, not including any RTL modifications.Anything related to the infra, not including any RTL modifications.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededinfrastructureAnything related to the infra, not including any RTL modifications.Anything related to the infra, not including any RTL modifications.
It'd be cool to get a kind of ncurses-esque Python UI to enter commands into, but also display the current state of the CPU. For example, have a little window down the bottom section of the screen to type in commands like
run,stepietc. And for the remainder of the screen, show the instantaneous register dump for a configurable number of the CPU registers, a scrollable view of DMEM, a scrollable view of IMEM (including the current instruction being executed), and maybe even a memory mapped ascii video display.