搜索资源列表
mips汇编模拟器
- 用c++编写的mips汇编模拟器,可将mips指令转换为二进制代码。
CPU
- verilog编写CPU: 1. 哈佛存储器结构,大端格式; 2. 类MIPS精简指令集,支持子程序调用和软中断; 3. 实现了乘除法; 4. 五级流水线,工作频率可达80MHz(每个时钟周期一条指令,不计流水线冲突)。 -MIPS like CPU using verilog
CC
- 一个小型C语言编译器,支持多架构,包括i386,ARM,mips等-A small C language compiler, support multi-architecture, including the i386, ARM, mips, etc.
proj2
- run mips program using C-run mips program using C++
dongfeng
- 一个MIPS虚拟机的源码,结构比较简单,作者已经停止开发,这是最终版-A MIPS virtual machine source code, structure is relatively simple, the author has stopped development, this is the ultimate version
sc_mips_core.tar
- A SystemC MIPS processor model.
mmu
- innova card 的usip(mips 4ksd) mmu 示例代码,C和asm-*==========================================================================*/ /*============================================================================ * * Copyright (c) 2002-2006 Innova Card.
polarssl-0.11.1-gpl
- 最小巧的SSL代码库,便于移植和集成。也可以作为加解密库来使用。-PolarSSL is a light-weight open source cryptographic and SSL library written in C. PolarSSL is written with embedded systems in mind and has been ported on a number of architectures, including ARM, PowerPC, MIPS and M
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
MIP-C
- mips-c指令系统,用Verilog实现-mips-c command systems, using Verilog realization of
MIPS-C
- 北京航空航天大学,计算机组成原理大作业,设计MIP-c处理器-Beijing University of Aeronautics and Astronautics, great work computer organization, design MIP-c processor
mips
- MIPs CPU,VERILOG代码,经过QUARTUS综合,时序分析,验证无误。-MIPS CPU
C
- 51单片机经典程序集,希望大家喜欢,里面什么程序都有-SCM Classic 51 assembly, hope you like, what is the procedure which has
see-mips-run-
- mips处理器的计算机体系结构,mips指令与C语言之间的转换-mips processor computer architecture, mips instruction and C language conversion between
mips
- this code is the simulator of mips processor which is written in C++. this simulator handles the standard ISA of MIPS and can be a good assignment for computer architecture
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.
jazzdma
- Helpfile for jazzdma.c Mips Jazz R4030 DMA controller support. -Helpfile for jazzdma.c Mips Jazz R4030 DMA controller support.
mips
- 简单的Mips汇编转机器码的C语言程序,能够实现简单的汇编指令及伪指令-simple Mips assembler written by C
g364fb
- linux drivers video g364fb.c Mips Magnum frame buffer device. -linux drivers video g364fb.c Mips Magnum frame buffer device.
MIPS-Assembler-c
- MIPS汇编器,C语言,可以将指令转换为二进制代码(MIPS assembler program)