PAN-Ziyue / MIPSino

MIPS Assembler for Computer Organization course. Implemented with VScode-extension.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIPSino

MIPSino is a built-in vscode-extension assembler and disassembler for MIPS architecture.

Build

$ git clone https://github.com/PAN-Ziyue/MIPSino MIPSino
$ code ./MIPSino
$ npm install
$ start debugging in (Extension Development Host)

Use

Use Ctrl + Shift + P open the control panel. Then select the corresponding instruction.

  • Assemble
  • Disassemble

Preview:

  • interface & syntax highlighting 1

  • error checking 2

  • snippet 3

  • disassemble 4

About

MIPS Assembler for Computer Organization course. Implemented with VScode-extension.

License:MIT License


Languages

Language:TypeScript 97.6%Language:ANTLR 2.4%