搜索资源列表
pmon
- mips架构的bootloader,99左右的版本 但源代码现在没人更新了-mips structure Bootloader, 99% of the source code version but now nobody updated
SC_22
- MIPS系列CPU下的测试代码,非常好的东西;-MIPS CPU series of test code, a very good thing;
mips
- 可在Mips模拟器SPIM上运行的程序代码,加法和排序-SPIM simulator can be run on Mips program code, additions and sorting
MIPSassembler
- Mips指令汇编器,将MIPS汇编程序转换为机器码。-mips assembler:change mips assembler program into machine code.
DSP_mutipile_MIPS_CPUcode
- 32位多周期MIPS微处理器设计代码。具体功能: 运行下列的6类32条MIPS32指令。 算术运算指令:ADD、ADDU、SUB、SUBU、ADDI、ADDIU。 逻辑运算指令:AND、OR、NOR、XOR、ANDI、ORI、XORI、SLT、SLTU、SLTI、SLTIU。 移位指令:SLL、SLLV、SRL、SRLV、SRA。 条件分支指令:BEQ、BNE、BGEZ、BGTZ、BLEZ、BLTZ。 无条件跳转指令:J、JR。 数据传送指令:LW、SW。 -Mu
yuanma
- MIPS指令源代码,用于CPU设计,计算机组成原理课设所需要的源代码下载-MIPS instruction source code for the CPU design, computer composition principle lesson to set the source code download
MIPS
- MIPS code that calculate X^2
FIRST
- The first code in MIPS. It is simple to understand
sort_mod_mips_spim_s5
- Buble sort use MIPS assembly. Please use SPIM to run this code.
mips-lib
- Tiger语言定义的库函数,编译器可以直接调用这些库函数。库函数已汇编成汇编代码。-The Tiger language-defined library functions, the compiler can directly call library functions. The library functions have been compiled into assembly code.
Minijava-MIPS
- 一个Minijava编译器,主要实现是先将Minijava翻译成Piglet,再翻译成Spiglet,接着翻译成Kanga,最后翻译成能够在spim模拟器上运行的MIPS代码。-A Minijava compiler, the main achievement is the first Minijava translated into the Piglet then translated into Spiglet, then translated into Kanga, finally tran
MIPSCPU
- 用verilog描述一个mips体系结构的cpu,分别用c语言mips汇编语言写了一段程序,翻译成机器码可以再cpu上运行。仿真结果三者完全一致。-Mips architecture cpu with verilog descr iption c language mips assembly language to write a program, translated into machine code can then cpu running on. Simulation results e
mips
- C编写的程序,将MIPS汇编指令转换为机器码,并以二进制方式存盘。实现指令add/and/sw/sub/slt.-Programs written in C, will MIPS assembly instructions into machine code, and save the file in binary mode. Implement directives add/and/sw/sub/slt.
winmips64
- winmips64是MIPS汇编的工具,根据汇编代码,可以单周期或者多周期运行,结果直观,功能强大-winmips64 is MIPS assembly tools, according to the assembly code, you can single-cycle or multi-cycle operation, the result intuitive, powerful
MIPS
- 基于32位字长的MIPS cpu设计的代码实现,包括指令和寄存器数据-Based on a 32-bit word length MIPS cpu design code, including instructions and register data
MIPS-architecture-vol-IIa
- 本书详细的讲解了MIPS的所有指令,包括二进制码的形式,功能描述及讲解。-The book explains in detail all the MIPS instruction, including binary code form, function descr iption and explanation.
code
- Mips单周期CPU设计(支持7条指令addu、subu、ori、lw、sw、beq、lui)-Mips single-cycle CPU design
mipsr2000
- mips code is an assignment that was given us in class to code the factorial of a given assignment function in class projects.
MIPS.tar
- MIPS SIMULATOR WRITTEN IN JAVA. IT S SIMULATE THE MIPS ARCHITECTURE AND ALLOW THE USER TO TEST SOME SOURCE CODE WRITTEN IN ISA MIPS LANGUAGE AND TEST IT.-MIPS SIMULATOR WRITTEN IN JAVA. IT S SIMULATE THE MIPS ARCHITECTURE AND ALLOW THE USER TO TEST
mips
- source code of mips data path with verilog language