MIPSter

Convert mips instructions to machine code.

MIPSter란 무엇입니까?

MIPSter은(는) nickkelly.858에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert mips instructions to machine code."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

MIPSter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}