MIPSter

Convert mips instructions to machine code.

Cos'è MIPSter?

MIPSter è un'estensione di Chrome sviluppata da nickkelly.858, e la sua funzione principale è "Convert mips instructions to machine code.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione MIPSter

Scarica i file di estensione MIPSter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome MIPSter MIPSter
ID gkahngmbflebadpkgglillckphcdejnc
URL Ufficiale https://chromewebstore.google.com/detail/mipster/gkahngmbflebadpkgglillckphcdejnc
Descrizione Convert mips instructions to machine code.
Dimensione del File 522 KB
Conteggio Installazioni 33
Versione Corrente 1.1
Ultimo Aggiornamento 2015-05-18
Data di Pubblicazione 2015-05-18
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore nickkelly.858
Tipo di Pagamento free
Sito Web dell'Estensione http://therealnickkelly.com
Lingue Supportate 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"
    }
}