MIPSter

Convert mips instructions to machine code.

O que é MIPSter?

MIPSter é uma extensão do Chrome desenvolvida por nickkelly.858, e sua principal característica é "Convert mips instructions to machine code.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão MIPSter

Baixe arquivos de extensão MIPSter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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)                    

Informações Básicas da Extensão

Nome MIPSter MIPSter
ID gkahngmbflebadpkgglillckphcdejnc
URL Oficial https://chromewebstore.google.com/detail/mipster/gkahngmbflebadpkgglillckphcdejnc
Descrição Convert mips instructions to machine code.
Tamanho do Arquivo 522 KB
Contagem de Instalações 33
Versão Atual 1.1
Última Atualização 2015-05-18
Data de Publicação 2015-05-18
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor nickkelly.858
Tipo de Pagamento free
Site da Extensão http://therealnickkelly.com
Idiomas Suportados 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"
    }
}