Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 350 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 350 Bytes

mipsgo

MIPS Simulator written in Go with a web interface

Custom Pseudo-Instructions

pbin $rs  # print R[$rs] as binary
phex $rs  # print R[$rs] as hexadecimal
pdec $rs  # print R[$rs] as decimal
break     # insert breakpoint

By default, the server directory will serve at localhost:8080 View it live at http://mips.nieves.io/