/MIPSino

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

Primary LanguageTypeScriptMIT LicenseMIT

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