Dylan Brotherston
Dylan Brotherston
This is a great tool, but on some machines I can't freely create temp files, so I have made the following modification to get the `command_duration` from just `data` and...
``` [mipsy] wp i $hi w error: bad argument `$hi` for tip: try `help watchpoint` ```
Example Code ```asm .data # int array[3][4] = { # {1,2,3,4}, # {3,4,5,6}, # {5,6,7,8}, # }; array: .word 1,2,3,4 .word 3,4,5,6 .word 5,6,7,8 .text # int main(void) { #...
``` $ 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,...
suggestion for new command `state` with sub-commands: `state save` `state dump [] [...]` `state load ` `state save` creates a named or IDed point in the history of a program...
``` error: your program tried to read uninitialised memory the instruction that failed was: 0x00400150 34 [0x03e00008] jr $ra # jr $ra this happened because $ra was uninitialised. > |...
for demonstration and debugging allowing the register view, and the data segment view to accept modification of data would be useful.
Most file picker dialog boxes allow for multiple *ordered* files to be selected. This feature in mipsy_web would allow multi-file projects to be ran, like mipsy_cli does.
mipsy_web currently has no way of setting arguments for the executing program.