MIPSter

Convert mips instructions to machine code.

Vad är MIPSter?

MIPSter är en Chrome-tillägg utvecklad av nickkelly.858, och dess huvudfunktion är "Convert mips instructions to machine code.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner MIPSter-förlängningens CRX-fil

Ladda ner MIPSter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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)                    

Grundläggande Information om Tillägg

Namn MIPSter MIPSter
ID gkahngmbflebadpkgglillckphcdejnc
Officiell webbadress https://chromewebstore.google.com/detail/mipster/gkahngmbflebadpkgglillckphcdejnc
Beskrivning Convert mips instructions to machine code.
Filstorlek 522 KB
Antal Installationer 33
Aktuell Version 1.1
Senast Uppdaterad 2015-05-18
Publiceringsdatum 2015-05-18
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare nickkelly.858
Betalningssätt free
Tilläggswebbplats http://therealnickkelly.com
Stödda Språk 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"
    }
}