搜索资源列表
MipsTlbTest
- MIPS 虚存测试, 表明在裸机环境, 无OS,无LOADER时如何定位目标码,将虚存与相应的物理单元做比较.原创.-MIPS Virtual Memory tests show the bare metal, no OS, without LOADER how to target code, virtual memory and the corresponding physical cell comparison. Originality.
i2c_32355 code
- 用于开发mips处理器idt 32355的源代码,测试通过-MIPS processor for the development of 32,355 Employing the source code, the test
i2c_32438_code
- i2c源代码,用于idt公司32438 mips处理器开发-i2c source code for the company Employing 32,438 MIPS processors
Ali_M3329
- Source code for MIPS EJTAG Ali M3329
MIPS
- 《MIPS五级整数流水线模拟系统》设计文档与源代码。 [代码性质] VC完整应用程序代码-The source and design document of <MIPS simulant system of 5 level int pipelining>. [code kind] VC whole application source code.
mipsdesign
- mips核代码,Verilog写的,希望对大家有用-mips core code, Verilog written
cppcode.tar
- mips assembly code which sum two number from user
MIPS
- 微机原理课程中需要用一段C++代码对机器性能进行测试。选用整数乘除法、浮点加法除法等大量循环以测出MIPS值-Microcomputer Principles of course need some C++ code to the machine performance testing. Use an integer multiplication and division, floating-point additions such as a large number of division c
MIPShuibian
- MIPS汇编源代码,请自己随意观看123343-Disassemble the source code instructions
MIPTCode
- 郭华阳大牛的MIPS程序解答,对于ACM竞赛的同学非常受用-This is a solution code set for problems on MIPS online judge system
test_drivers
- MIPS driver test code
sort
- MIPS code for Selection Sort
code
- 是用verilog写的带uart的简单controller,使用的是mips指令,用modelsim仿真,波形正确-With uart verilog write a simple controller, use the mips instruction the modelsim simulation, waveform correctly
MIPS
- 51单片机软件实验的代码。有内存操作、数制与代码转换、算数运算、比较和查表。-51 MCU software experimental code. Memory operation, the number system and code conversion, arithmetic, and compare and look-up table.
MIPs
- 这是mux计数器的源代码,其中包含testbench 的源码。-This is the mux counter source code, which contains testbench source.
fpga_pc_software
- 计算机组成原理课程实验使用软件,Thinpad教学机教学实验软件 实现mips代码到机器代码之间的转换 实现本机和FPGA板的通信,将机器代码送入 可在本机编写代码送入fpga板的sram中,fpga板的cpu会运行-Computer architecture course experiment using software, Thinpad teaching machine teaching experiment software mips code into machine co
mips-code-to-machine-code
- 汇编代码转成机器码——对输入有几点要求:指令是小写;一行只能有一条指令;每行开头不能有空格,必须一上来就是操作符,后面可以有空格;立即数只处理十进制数;输入-1代表程序结束-Turn assembly code into machine code- there are several points of entry requirements: command is lowercase line can only have one instruction beginning of each l
code
- 单线MIPS指令的简单运行和操作,包括部分运算,比如add,or-signal cycle MIPs
MIPS32反汇编
- 将mips机器码反汇编为源码,使用语言为python(Disassemble the MIPs machine code as the source code)
Mips Assembler and Disassembler
- QT。MIPS Assembler and Disassembler。输入MIPS code,转换成16进制编码;或输入16进制编码,转换成MIPS code。