Clone and edit this document
Runkit
Runkit
home page
user forum
new notebook
clone notebook
download notebook
support & documentation
log in
sign up
new notebook
help & feedback
clone this notebook
download this notebook
Sign In
Sign Up
RunKit + npm: mips-parser
node v6.17.1
version:
master
endpoint
share
tweet
// http://dmitrysoshnikov.com/compilers/mips-assembly-parser/ const MIPSParser = require('mips-parser'); const code = ` li $v0, 4 la $a0, message syscall `; MIPSParser.parse(code);
Created from: https://runkit.com/npm/mips-parser
Loading…
no comments
sign in
to comment