mipsy icon indicating copy to clipboard operation
mipsy copied to clipboard

Showing the "use back command" tip only makes sense when doing interactive debugging

Open Dylan-Brotherston opened this issue 2 years ago • 2 comments

$ mipsy /tmp/t.s
error: could not find instruction at 0x00400228

tip: try using the `back` command - the instruction that brought you here was:
0x00400220 30  [0x16f00002]    bne    $s7, $s0, crash   #  bne $s7, $s0, crash

Dylan-Brotherston avatar Mar 04 '22 15:03 Dylan-Brotherston

I think the tip is still pretty useful but it should specify to perform these actions in the mipsy cli, maybe even list out the specific instructions required to run the program in the cli and get to this point?

looks like the uninit instruction error isn't checking error context properly...

insou22 avatar Mar 31 '22 04:03 insou22