Josh Harcombe
Josh Harcombe
This doesn't affect the behaviour of C-f if in the middle of a line, so I expect there'd be minimal unexpected impact. This is just a QOL improvement that would...
e.g. `. move $t0, $t1` when $t1 is uninitialised and no file has been loaded
A nice feature to add down the line would be to have a breakpoint only execute if e.g. a specified register is a certain value Would be nice to make...
currently there is no support for printing arrays, other than getting the address of the array and printing the specific addresses manually. adding a `print label[offset]` format would be nice...
Could we give C-f the same behaviour as the right arrow key? If the cursor is at the end of the line the right arrow key autocompletes the suggested command,...