MIPSter

Convert mips instructions to machine code.

MIPSter क्या है?

MIPSter nickkelly.858 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert mips instructions to machine code."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MIPSter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}