Skip to content

Latest commit

 

History

History
61 lines (36 loc) · 1021 Bytes

README.md

File metadata and controls

61 lines (36 loc) · 1021 Bytes

MIPS Support

This project is copied and adapted from RISC-V Support and MIPS Support

Features

This VSCode extension provides basic MIPS colorization support.

Supported

  • MIPS32 syntax highlight
  • Assembler directives
  • Preprocessors like #include and #define
  • Comments: #, // and /* */

Screenshot

screenshot

Release Notes

0.0.9

  • Branches into MIPS

0.0.8

  • Bug fixes

0.0.7

  • Bug fixes

0.0.6

  • Add more instructions (C extensions)
  • Fix block comment
  • Add preprocessor support

0.0.5

  • Add more instructions (A/F/D extensions and 64-bit instructions)
  • Add assembler directives described in https://rv8.io/asm.html

0.0.4

  • Add more instructions
  • Update Logo
  • Add demo image

0.0.3

  • Branches into RISC-V

0.0.2

  • Add syntax for singly-quoted characters
  • Switch svg logo to png

0.0.1

  • Initial release