搜索资源列表
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
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.
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.
Proj_Findlow
- MIPS assembly code for program that finds lowest of entered numerical values.
helloworld
- 用MIPS汇编语言输出一个字符串, 并且代码内有详细的解释。-MIPS assembly language output by a string, and are explained in detail in the code.
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
data_sorted_Array.s
- Mips Assembly code for sorting a matrix 10X15 including a min-max algorithm.
