This extension combines the functionality of four popular VSCode extensions into one, providing a comprehensive toolset for MIPS assembly development.
- Run Code with MARS Simulator: Execute your MIPS code directly using the MARS simulator by pressing
F5
. - Run with Extra Information: Get detailed execution information by pressing
F6
. - Open MARS: Launch the MARS simulator interface with
F7
. - Formatter: Automatically format your MIPS assembly files for better readability and consistency.
Enjoy a seamless development experience with enhanced features and improved workflow for MIPS assembly programming.
Semantic syntax highlighting only colourizes labels and constants that are defined elsewhere in the document.
Context-aware code completion for instructions, directives, instructions, labels, and constants.
Snippets with configurable comment indentation for all mipsy-supported syscalls.
Support for navigating definitions and usages of labels and constants through visual studio code's UI.
- No support for multi-file projects
-
Based on : MIPSy Support
-
Formatter code using : ASM Formatter
-
Run menu and commands and MARS package using : vscode-mips