MIPS模拟器

时间:2014-11-10 09:27:45
【文件属性】:

文件名称:MIPS模拟器

文件大小:110KB

文件格式:RAR

更新时间:2014-11-10 09:27:45

MIPS模拟器(windos)

MIPS模拟器,在windows环境使用,利用Linux下的可执行ELF文件模拟MIPS CPU执行汇编指令


【文件预览】:
三组模拟器
----msim()
--------Main.cpp(543B)
--------elf.h(59KB)
--------mips_core_other.cpp(2KB)
--------mips_core_update_PC.cpp(3KB)
--------msim()
--------cmd_define.h(3KB)
--------misc.hpp(6KB)
--------cmd_interpreter_break.cpp(373B)
--------cmd_interpreter_exec.cpp(12KB)
--------mips_core.h(953B)
--------dis_mips.h(1KB)
--------cmd_interpreter_memory.cpp(2KB)
--------read_elf.cpp(14KB)
--------read_elf.h(3KB)
--------mips_emul.hpp(8KB)
--------define.h(7KB)
--------mips_core_read_operators.cpp(4KB)
--------cmd_interpreter.cpp(11KB)
--------mips_registers.cpp(2KB)
--------cmd_interpreter_registers.cpp(3KB)
--------mips_core_write_result.cpp(3KB)
--------mips_registers.h(1KB)
--------emumem.h(16KB)
--------cmd_interpreter.h(3KB)
--------mips_record.cpp(10KB)
--------break_point_list.h(1KB)
--------loader.cpp(9KB)
--------mips_core_exec_inst.cpp(18KB)
--------mips_core_decoder.cpp(7KB)
--------emumem.cpp(19KB)
--------break_point_list.cpp(2KB)
--------mips_record.h(1KB)
--------dis_mips.cpp(16KB)
----release()
www.pudn.com.txt

网友评论

  • 不会用,有没有教程?
  • 比较粗糙些,也是一种mips模拟器的实现方式。嫌VC6比较古董的话,稍稍一点小改动,可在VC2008环境下编译、运行。
  • 能编译通过,接口只有加载ELF文件,要修改代码 才能加载 .bin 文件,发现有些指令不能识别。
  • 很想有MIPS构架的winme系统模拟器
  • 不会用,有没有图形简单点的