cvut / qtrvsim

RISC-V CPU simulator for education purposes
GNU General Public License v3.0
466 stars 56 forks source link

Highlight currently executed instruction in internal editor #124

Open jdupak opened 4 months ago

trdthg commented 3 months ago

just a note, I'm working on this

jdupak commented 3 months ago

great, please note, that currently we don't have anyway to get debug info from binaries, but doing this just for integrated assembler is the task here

For highliting you can look how it works with error highliting (clicking in message window).