You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple MIPS to hex translator. Relevant to CS241.
To use, simply access your browser's console and copy-paste the entirety of MIPS.js into it. This should make available a MIPS object which exposes the transation API.
About
A simple MIPS to hex translator. Relevant to CS241.