價格:免費
更新日期:2017-02-28
檔案大小:685k
目前版本:freebeer
版本需求:Android 4.0 以上版本
官方網站:http://ejbytes.com
Email:cs.ejbytes@gmail.com
聯絡地址:PO Box 121465 Chula Vista, CA 91912
MIPSY accepts binary input and outputs a MIPS instruction. MIPSY also accepts your MIPS instruction and outputs a binary string.
Example:
input = 000000 00000 01100 01101 00010 000000
output = R opcode 0 rs 0 rt 0 rd 13 shamt 2 funct 00 = sll $t5, $zero, 2 = 00006880
Example:
input = sll $t5, $zero, 2
output = 000000 00000 01100 01101 00010 000000 = R opcode 0 rs 0 rt 0 rd 13 shamt 2 funct 00 = 00006880