Skip to content

squk/mipsgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/