Andrew Taylor

Results 4 issues of Andrew Taylor

FYI files with ORF (and RAW and dmg I think) extensions aren't recognized as image files but, unless I missing something, otherwise the functionality is actually present to write tags...

cli

```bash $ (printf 'main:b end\n';yes nop|sed 32767q;printf 'end:jr $ra') >a.s $ 1521 mipsy a.s error: segmentation fault this happened because you tried to execute the address `0x003e0000`, which is not...

spim supports some features which are not necessary and perhaps not even desirable in an intro assembler class. mipsy might support them with a --spim-compatibility flag For example, spim converts...

enhancement
A-mipsy_lib
A-mipsy_cli
A-mipsy_parser
backburner

Students regularly confuse j & jr instructions The "tip" could point to the alternate instruction. Spim silent converts - which probably is undesirably for students learning assembler

enhancement
A-mipsy_lib