This VSCode extension provides basic MIPS colorization and snippets support.
The extension is based on Textmate's MIPS bundle
- Add
exit
andallocate
syscalls - Adjust prefixes for
print
snippets
print
snippet fixes
- Add snippets for
xor
,xori
,slt
, andslti
- Add snippets for
and
,andi
,nor
,or
,ori
,sll
, andsrl
- Add highlighting for
subi
- Syntax highlight $s8 register
- Add TLB related instructions and order/reorder highlighting
- Fix .globl highlighting
- Add subi instruction
- Add syntax for singly-quoted characters
- Switch svg logo to png
- Initial release