MIPSter
Convert mips instructions to machine code.
Qu'est-ce que MIPSter ?
MIPSter est une extension Chrome développée par nickkelly.858, et sa fonction principale est "Convert mips instructions to machine code.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MIPSter
Téléchargez les fichiers d'extension MIPSter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | MIPSter |
ID | gkahngmbflebadpkgglillckphcdejnc |
URL Officiel | https://chromewebstore.google.com/detail/mipster/gkahngmbflebadpkgglillckphcdejnc |
Description | Convert mips instructions to machine code. |
Taille du Fichier | 522 KB |
Nombre d'Installations | 33 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2015-05-18 |
Date de Publication | 2015-05-18 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | nickkelly.858 |
Type de Paiement | free |
Site Web de l'Extension | http://therealnickkelly.com |
Langues Prises en Charge | 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" } } |