MIPSter
Convert mips instructions to machine code.
Что такое MIPSter?
MIPSter - это расширение Chrome, разработанное nickkelly.858, и его основная функция - "Convert mips instructions to machine code.".
Снимки экрана расширения
Скачать файл CRX расширения MIPSter
Скачайте файлы расширений 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" } } |