A Visual Studio Code extension that provides a color theme and N64 MIPS Assembly language support.
N64 Assembly extension provides:
You can write specific N64 MIPS Assembly instructions and have great support in syntax coloration!
- Added cfc2, ctc2, mfc2, mtc2, vsar missing instructions
- Fixed tab colors in theme (thanks to Hazematman)
- Fixed (again) macro calls in every indentation cases.
- Fixed macro calls detection (address offsets are not caught anymore).
- Added
cache
andsubi
instructions.
Added some missing RDP instructions for triangle drawing.
Added the RSP vector instructions into the language grammar.
This is the very first version of this N64 Assembly Support, I hope it will help you make awesome N64 games!