Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/duskmoon314/vscode-mips-mars
- Owner: duskmoon314
- License: mit
- Created: 2020-04-29T07:02:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:41:46.000Z (about 1 year ago)
- Last Synced: 2024-11-01T03:23:39.282Z (2 months ago)
- Size: 666 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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