MIPSter

Convert mips instructions to machine code.

MIPSterคืออะไร?

MIPSter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nickkelly.858 และคุณลักษณะหลักของมันคือ "Convert mips instructions to machine code."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ 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 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"
    }
}