MIPSter
Convert mips instructions to machine code.
MIPSterとは何ですか?
MIPSterはnickkelly.858によって開発されたChromeの拡張機能で、その主な機能は「Convert mips instructions to machine code.」です。
拡張機能のスクリーンショット
MIPSter拡張機能のCRXファイルをダウンロード
MIPSter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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)
拡張機能の基本情報
名前 | MIPSter |
ID | gkahngmbflebadpkgglillckphcdejnc |
公式URL | https://chromewebstore.google.com/detail/mipster/gkahngmbflebadpkgglillckphcdejnc |
説明 | Convert mips instructions to machine code. |
ファイルサイズ | 522 KB |
インストール数 | 33 |
現在のバージョン | 1.1 |
最終更新日 | 2015-05-18 |
公開日 | 2015-05-18 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | nickkelly.858 |
支払い方法 | free |
拡張機能のウェブサイト | http://therealnickkelly.com |
対応言語 | 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" } } |