MIPS32 仿真器源码

时间:2011-10-25 13:53:22
【文件属性】:

文件名称:MIPS32 仿真器源码

文件大小:785KB

文件格式:ZIP

更新时间:2011-10-25 13:53:22

MIPS

spim is a self-contained simulator that will run MIPS32 assembly language programs. It reads and executes assembly language programs written for this processor. spim also provides a simple debugger and minimal set of operating system services. spim does not execute binary (compiled) programs. spim implements almost the entire MIPS32 assembler-extended instruction set. (It omits most floating point comparisons and rounding modes and the memory system page tables.) The MIPS architecture has several variants that differ in various ways (e.g., the MIPS64 architecture supports 64-bit integers and addresses), which means that spim will not run programs compiled for all types of MIPS processors. MIPS compilers also generate a number of assembler directives that spim cannot process. These directives usually can be safely deleted.


网友评论

  • http://pages.cs.wisc.edu/~larus/spim.html#qtspim 上有最新源代码