MIPSter

Convert mips instructions to machine code.

什么是MIPSter?

MIPSter是由nickkelly.858开发的Chrome扩展程序,该扩展的主要功能是“Convert mips instructions to machine code.”。

扩展截图

screenshot
screenshot

下载MIPSter扩展crx文件

下载MIPSter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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)                    

扩展基本信息

名称 MIPSter MIPSter
ID gkahngmbflebadpkgglillckphcdejnc
官方URL https://chromewebstore.google.com/detail/mipster/gkahngmbflebadpkgglillckphcdejnc
简介 Convert mips instructions to machine code.
文件大小 522 KB
安装次数 33
当前版本 1.1
更新时间 2015-05-18
上架时间 2015-05-18
评分 5.00/5 共1次评分
开发者 nickkelly.858
付费类型 free
扩展官网 http://therealnickkelly.com
支持的语言 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"
    }
}