Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 2.04 KB

README.md

File metadata and controls

49 lines (32 loc) · 2.04 KB

MIPS Assembly Formatter

Version Rating License: LGPL--3.0--or--later

A formatter extension for VSCode supporting the MIPS assembly language.

Formatted code example

Features

  • Align all instructions, arguments and data.
  • Align all comments to the end of the instructions.
  • Cleans up extra whitespace.

Install & Usage

Install the extension from the VSCode Marketplace.

When editing an assembly file (.asm .s .mips .spim), format the file using the command Shift + Alt + F or using the command pallette.

To get syntax highlighting and MIPS snippets, install the MIPS Language Support extension.

Contributing

Please feel free to open an issue or pull request for any bugs or feature requests. A guide to setup and development can be found in DEVELOPMENT.md.

Author

👤 AngaBlue contact@anga.blue

Show your support

Give a ⭐️ if this project helped you!

📝 License

This project is LGPL--3.0--or--later licensed.