搜索资源列表
4.299_1116
- QEMU是一套由Fabrice Bellard所编写的模拟操作系统的自由软件。它与Bochs,PearPC近似,但其具有某些后两者所不具备的特性,如高速度及跨平台的特性。经由kqemu这个非自由的加速器,QEMU能模拟至接近真实电脑的速度。 可以模拟 IA-32 (x86)个人电脑,AMD 64个人电脑,MIPS R4000, 升阳的 SPARC sun3 与 PowerPC (PReP 及 Power Macintosh)架构 支持其他架构,不论在主机或虚拟系统上 增加
CC
- 一个小型C语言编译器,支持多架构,包括i386,ARM,mips等-A small C language compiler, support multi-architecture, including the i386, ARM, mips, etc.
MIP-C
- mips-c指令系统,用Verilog实现-mips-c command systems, using Verilog realization of
simmips
- the MIPS simmips 是一个非常强大的调试开发工具,可以直接把C语言、汇编语言生成的编译结果载入,可以反汇编、跟踪调试。
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.
COMPAILER
- 用C++写的由扩充C0文法写成的编译为MIPS汇编的编译器,在MARS4.2上完美测试通过,支持递归、函数定义、函数调用、数组、四则运算、输入输出等,是我本科花了2个月写的大作业,也留给北航的学弟学妹参考。-Written by C++ grammar written by the expansion of C0 compiler for MIPS assembler compiler tested on MARS4.2 perfect support recursive function de
mips
- 简单的Mips汇编转机器码的C语言程序,能够实现简单的汇编指令及伪指令-simple Mips assembler written by C