MIPS Technologies, Inc.出品的MIPS技术文档,学习MIPS汇编的必备权威资料。英文版,包含全部三卷。 卷一: • Volume I describes conventions used throughout the document set, and provides an introduction to the MIPS32® Architecture 卷二:• Volume II provides detailed descriptions of each instruction in the MIPS32® instruction set 卷三:• Volume III describes the MIPS32® Privileged Resource Architecture which defines and governs the behavior of the privileged resources included in a MIPS32® processor implementation • Volume IV-a describes the MIPS16e™ Application-Specific Extension to the MIPS32® Architecture • Volume IV-b describes the MDMX™ Application-Specific Extension to the MIPS32® Architecture and is not applicable to the MIPS32® document set • Volume IV-c describes the MIPS-3D® Application-Specific Extension to the MIPS32® Architecture • Volume IV-d describes the SmartMIPS®Application-Specific Extension to the MIPS32® Architecture
2021-11-22 22:32:16 1.26MB MIPS 汇编 The MIPS32®
1
cn7020 mips多核最全应用手册,datasheet
2021-11-22 18:27:03 8.3MB cn7020 mips datasheet OCTEON
1
反汇编带符号表的32位/64位ELF目标文件,CPU类型:ARM PowerPC MIPS 操作菜单选择:文件解析 Alx+P ELF文件解析 Alt+E 另有文本比较等杂项功能。V1.22相对上一版本,修复MIPS小端字节序反汇编错误,网上最新版本提示;V1.21相对上一版本,菜单调整,完善64位ELF文件解析,解析调试信息;另部分增强功能的菜单操作设有密码,如有兴趣欢迎咨询。欢迎大家反馈相关软件使用过程中的问题!
2021-11-20 11:27:16 410KB ARM PowerPC MIPS 反汇编
1
处理器应支持MIPS-lite2指令集。 ` MIPS-C3={LB、LBU、LH、LHU、LW、SB、SH、SW、ADD、ADDU、 SUB、 SUBU、 MULT、 MULTU、 DIV、 DIVU、 SLL、 SRL、 SRA、 SLLV、 SRLV、SRAV、AND、OR、XOR、NOR、ADDI、ADDIU、ANDI、 ORI、 XORI、LUI、SLT、SLTI、SLTIU、SLTU、BEQ、BNE、BLEZ、BGTZ、 BLTZ、BGEZ、J、JAL、 JALR、JR、MFHI、MFLO、MTHI、MTLO}
2021-11-20 11:07:35 13KB 北航计组 MIPS 流水线 多周期处理器
1
合肥工业大学宣城校区2020年《系统硬件综合设计》的报告与项目源代码(含测试数据)。Verilog实现,ModelSim SE 2019.2开发,支持全冒险处理机制的MIPS五段流水CPU,可以跑MIPS-C3的所有50条指令。 https://github.com/25thengineer/HFUT_2020_MIPS_CPU
1
MIPS Assembly Language Programming (2003).pdf
2021-11-19 11:36:50 628KB MIPS assembly language
1
【计组实验】P1 logisim完成单周期处理器开发 MIPS指令集-附件资源
2021-11-18 18:54:43 23B
1
指令集可分为复杂指令集(CISC)和精简指令集(RISC)两部分,代表架构分别是x86、ARM和MIPS
2021-11-17 18:18:10 76KB 解读x86 ARM MIPS 主流芯片架构
1
最小公倍数最大公约数C代码转MIPS,提供C源代码和MIPS代码,以及部分运行截图。
2021-11-17 15:42:09 73KB MIPS
1
CAProject_MIPS模拟器 此代码实现了 MIPS 模拟器(流水线的 Tomasulo 算法)。 入口在 MIPSSimulator.cpp 中。 如何使用 转到 /src 文件夹 制作 转到 /bin 文件夹。 可执行文件在这里 ./MIPSsim inputfilename outputfilename -{sim|dis} [-Tm:n] 'dis' 将输入文件反汇编为 MIPS 汇编语言 'sim' 模拟管道在每个阶段的工作方式 [-Tm:n] 是可选的,输出从 m 到 n 的周期。 它将默认输出所有周期。 所以 /src 文件夹中的 Sample Output.txt 是网站中的前一个
2021-11-15 23:29:32 28KB C++
1