Location:
Search - jal.j
Search list
Description: 这个包主要用来帮助我们了解carrot2的格式,其中支持xml和json两种格式,学习carrot2的可以-This package is mainly used to help us understand carrot2 format, which support both formats xml and json, learning can carrot2
Platform: |
Size: 8634368 |
Author: keen |
Hits:
Description: MIPS 仿真器,能够实现汇编,反汇编和模拟运行。自己开发的,java课的大程,可能问题比较多,仅做参考,而且程序架构也设计地不是很好。但作为新手大程学习和简单的MIPS模拟还是没有问题的。
本 MIPS 模拟器支持的指令如下:
add,addi,sub,subi,and,andi,or,ori,nor,beq,bne,j,jr,jal,lw,lh,lb,sw,sh,sb, 其中所有的跳
转指令第三个操作数只能为一个行标签[不支持相对地址以及绝对地址],标签可
以写在一行开头,以冒号结尾。
-MIPS emulator, be able to achieve a compilation of anti-compilation and simulation is running. Their own development, java classes big way, may be more questions, just make a reference, but also architecture design process is not very good. But as a new large study and easy way of MIPS simulation of the problem or not. The MIPS simulator supports the following commands: add, addi, sub, subi, and, andi, or, ori, nor, beq, bne, j, jr, jal, lw, lh, lb, sw, sh, sb, one of all of the Jump instruction operand can only be the third for a tag line [do not support the relative address and absolute address] can be written on the tag line at the beginning to the end of the colon.
Platform: |
Size: 1490944 |
Author: ly |
Hits:
Description: Mips Simulator in c. Implemented operations =>
OPCODES {
ADDI=0x08, ANDI=0x0C, BEQ=0x04, BNE=0x05, EXT=0x00, J=0x02, JAL=0x03, LW=0x23, ORI=0x0D, SW=0x2B
}
FUNCT {
ADD=0x20, SUB=0x22, MULT=0x18, AND=0x24, OR=0x25, XOR=0x26,
NOR=0x27, SLT=0x2A, JR=0x08, SLL=0x00, SRL=0x02,
SRA=0x03, SYSCALL=0x0c, MFHI=0x10, MFLO=0x12
}
Platform: |
Size: 1699840 |
Author: populoso |
Hits: