搜索资源列表
4Kc_SoftwareUsersManual_01.17.pdf
- MIPS32 4K™ Processor Core Family Software User’s Manual. 对开发 MIPS32很有用
MIPS32-assembler
- MIPS32指令系统的汇编器。 在QUARTUS仿真环境中,将MIPS32指令写成的汇编程序翻译成二进制写入指令存储器。-MIPS32 instruction set of the assembler. Simulation environment in QUARTUS will MIPS32 assembler written instructions translated into binary memory write instructions.
MIPS32_Instruction_Set_Quick_Reference
- MIPS32指令集的所有指令的参考手册,对mips汇编编程感兴趣的下载。-MIPS32 instruction set reference manual for all commands, mips compilation of programming of interest to download.
Realization-of-Transplanting-eCOS-to-SoC-with-MIPS
- 介绍了实时操作系统 eCos的特点和开发架构。并通过实现eCos在MIPS32为内核的PNX8310嵌入式系统片上的移植,阐述eCos在嵌入式系统上的移植方法。重点讨论了移植过程中的一些关键点,分析了硬件抽象层的移植方法。该移植方案已经过实际测试,系统稳定可靠。 -The features and the program architecture of eCos are described.With the realization of transplanting eCos to PNX8310
MIPS32
- MIPS指令系统介绍.pdf--- 着重介绍32位MIPS指令系统中的典型指令以及有关的内部组织与结构。-MIPS32 instructions system
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