MIPSter
Convert mips instructions to machine code.
What is MIPSter?
MIPSter is a Chrome extension developed by nickkelly.858, and its main feature is "Convert mips instructions to machine code.".
Extension Screenshots
Download MIPSter Extension CRX File
Download MIPSter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This app is for anyone who needs to quickly convert their MIPS (multiple instructions per second) instruction code to machine code. Perfect for any person taking a microprocessors course that needs to check their machine code. Future versions of this extension will support negative addressing, multiple format input, input validation, and binary conversion. Other 'secret' features will be implemented as well. The current supported instructions are: add, addi, and, beq, lw, or, slt, sub *Note: There must be a trailing space after each directive and comma. Example input -> add $s0, $s1, $s2 sub $s3, $s4, $s5 lw $t2, 32($0)
Extension Basic Information
Name | MIPSter |
ID | gkahngmbflebadpkgglillckphcdejnc |
Official URL | https://chromewebstore.google.com/detail/mipster/gkahngmbflebadpkgglillckphcdejnc |
Description | Convert mips instructions to machine code. |
File Size | 522 KB |
Installation Count | 33 |
Current Version | 1.1 |
Last Updated | 2015-05-18 |
Publish Date | 2015-05-18 |
Rating | 5.00/5 Total 1 Ratings |
Developer | nickkelly.858 |
Payment Type | free |
Extension Website | http://therealnickkelly.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MIPSter", "description": "Convert mips instructions to machine code.", "version": "1.1", "icons": { "128": "tablet.png" }, "browser_action": { "default_title": "MIPSter", "default_icon": "tablet.png", "default_popup": "popup.html" } } |