MIPSter
Convert mips instructions to machine code.
Co to jest MIPSter?
MIPSter to rozszerzenie Chrome opracowane przez nickkelly.858, a jego główną funkcją jest „Convert mips instructions to machine code.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia MIPSter
Pobierz pliki rozszerzeń MIPSter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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)
Podstawowe informacje o rozszerzeniu
Nazwa | MIPSter |
ID | gkahngmbflebadpkgglillckphcdejnc |
Oficjalny URL | https://chromewebstore.google.com/detail/mipster/gkahngmbflebadpkgglillckphcdejnc |
Opis | Convert mips instructions to machine code. |
Rozmiar pliku | 522 KB |
Liczba instalacji | 33 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2015-05-18 |
Data Publikacji | 2015-05-18 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | nickkelly.858 |
Typ Płatności | free |
Strona Rozszerzenia | http://therealnickkelly.com |
Obsługiwane Języki | 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" } } |