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
官方網址 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"
    }
}