MIPSter

Convert mips instructions to machine code.

MIPSter là gì?

MIPSter là một tiện ích mở rộng Chrome được phát triển bởi nickkelly.858, và tính năng chính của nó là "Convert mips instructions to machine code.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng MIPSter

Tải xuống các tệp mở rộng MIPSter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MIPSter MIPSter
ID gkahngmbflebadpkgglillckphcdejnc
URL Chính Thức https://chromewebstore.google.com/detail/mipster/gkahngmbflebadpkgglillckphcdejnc
Mô tả Convert mips instructions to machine code.
Kích Thước Tệp 522 KB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2015-05-18
Ngày Phát Hành 2015-05-18
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển nickkelly.858
Loại Thanh Toán free
Trang Web Mở Rộng http://therealnickkelly.com
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}