Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/duskmoon314/vscode-mips-mars

VSCode extension for MIPS of Mars
https://github.com/duskmoon314/vscode-mips-mars

Last synced: 22 days ago
JSON representation

VSCode extension for MIPS of Mars

Awesome Lists containing this project

README

        

# vscode-mips-Mars

VSCode extension for MIPS of Mars

## Features

Provide snippets and syntax highlight

> Based on [vscode-mips-support](https://github.com/kdarkhan/vscode-mips-support)

### syntax highlight

![syntax highligh](https://raw.githubusercontent.com/duskmoon314/vscode-mips-mars/master/assets/syntaxesHighlight.png)

### snippets

![snippets](https://raw.githubusercontent.com/duskmoon314/vscode-mips-mars/master/assets/def.gif)

- FILE (`openFile`, `readFile`, `writeFile`, `closeFile`)
- allocate memory (`allocMem`)
- read & print
- def fun

## Release Notes

### 0.0.2

- Add `seq`, `sne`, `slt`, `sle`, `sgt`, `sge` to syntax highlighting
- Add `openFileRead` and `openFileWrite` to snippets

### 0.0.1

Initial release of vscode-mips-mars