Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/angablue/asm-formatter

A formatter extension for VSCode supporting the MIPS assembly language.
https://github.com/angablue/asm-formatter

assembly formatter mips mips-assembly vscode vscode-extension

Last synced: about 4 hours ago
JSON representation

A formatter extension for VSCode supporting the MIPS assembly language.

Awesome Lists containing this project

README

        

MIPS Assembly Formatter




Version


Rating


License: LGPL--3.0--or--later

A formatter extension for VSCode supporting the MIPS assembly language.

![Formatted code example](https://i.anga.blue/AaM5.png)

## 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](https://marketplace.visualstudio.com/items?itemName=AngaBlue.asm-formatter).

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](https://marketplace.visualstudio.com/items?itemName=kdarkhan.mips) 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](https://github.com/AngaBlue/asm-formatter/blob/master/DEVELOPMENT.md).

## Author

👤 **AngaBlue **

- Website: https://anga.blue
- Github: [@AngaBlue](https://github.com/AngaBlue)

## Show your support

Give a ⭐️ if this project helped you!

## 📝 License

This project is [LGPL--3.0--or--later](https://github.com/AngaBlue/asm-formatter/blob/master/LICENSE) licensed.