MIPSter

Convert mips instructions to machine code.

¿Qué es MIPSter?

MIPSter es una extensión de Chrome desarrollada por nickkelly.858, y su función principal es "Convert mips instructions to machine code.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión MIPSter

Descarga archivos de extensión MIPSter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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)                    

Información Básica de la Extensión

Nombre MIPSter MIPSter
ID gkahngmbflebadpkgglillckphcdejnc
URL Oficial https://chromewebstore.google.com/detail/mipster/gkahngmbflebadpkgglillckphcdejnc
Descripción Convert mips instructions to machine code.
Tamaño del Archivo 522 KB
Cantidad de Instalaciones 33
Versión Actual 1.1
Última Actualización 2015-05-18
Fecha de Publicación 2015-05-18
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador nickkelly.858
Tipo de Pago free
Sitio Web de la Extensión http://therealnickkelly.com
Idiomas Soportados 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"
    }
}