文件名称:X86IEE32
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:69.91kb
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
这个东西可以帮你解析执行32位的X86指令。不包括FPU,也不包括MMX之类的东西。代码符合C99标准,理论上应该没限制的,不过根据不同的编译器实现,需要修改下cpu_BasicType.h类型定义。测试时在VS2005(禁止语言扩展特性、/W4)和GCC 3.4(-std=c99 -O1或者-ansi -O1)中编译通过-This thing can help you resolve the implementation of the X86 32-bit instructions. Not including FPU, nor does it include things like MMX. Code meets the standard C99, in theory, should be no limit, but depending on the compiler implementation, need to be modified under the cpu_BasicType.h type definition. When tested in VS2005 (Extended Prohibition of language features,/W4), and GCC 3.4 (-std = c99-O1 or-ansi-O1) in the compiler
(系统自动生成,下载前可以参看下载内容)
下载文件列表
X86IEE32/Test/main.c
X86IEE32/Test/mmu.c
X86IEE32/Test/mmu.h
X86IEE32/X86IEE32/cpu_Args_Analyse.c
X86IEE32/X86IEE32/cpu_BasicType.h
X86IEE32/X86IEE32/cpu_DataTypeConversion.h
X86IEE32/X86IEE32/cpu_def.h
X86IEE32/X86IEE32/cpu_Disasm.c
X86IEE32/X86IEE32/cpu_Disasm.h
X86IEE32/X86IEE32/cpu_EFlagContion.c
X86IEE32/X86IEE32/cpu_Instructions_OneByte_Bitwise.c
X86IEE32/X86IEE32/cpu_Instructions_OneByte_Bitwise.h
X86IEE32/X86IEE32/cpu_Instructions_OneByte_Extension.c
X86IEE32/X86IEE32/cpu_Instructions_OneByte_Extension.h
X86IEE32/X86IEE32/cpu_Instructions_OneByte_General.c
X86IEE32/X86IEE32/cpu_Instructions_OneByte_General.h
X86IEE32/X86IEE32/cpu_Instructions_OneByte_Math.c
X86IEE32/X86IEE32/cpu_Instructions_OneByte_Math.h
X86IEE32/X86IEE32/cpu_Instructions_OneByte_Mov.c
X86IEE32/X86IEE32/cpu_Instructions_OneByte_Mov.h
X86IEE32/X86IEE32/cpu_Instructions_OneByte_String.c
X86IEE32/X86IEE32/cpu_Instructions_OneByte_String.h
X86IEE32/X86IEE32/cpu_Instructions_Shift.c
X86IEE32/X86IEE32/cpu_Instructions_Shift.h
X86IEE32/X86IEE32/cpu_Instructions_TwoByte_Extension.c
X86IEE32/X86IEE32/cpu_Instructions_TwoByte_Extension.h
X86IEE32/X86IEE32/cpu_Instructions_TwoByte_General.c
X86IEE32/X86IEE32/cpu_Instructions_TwoByte_General.h
X86IEE32/X86IEE32/cpu_InstructionType.h
X86IEE32/X86IEE32/cpu_InternalFunction.h
X86IEE32/X86IEE32/cpu_internal_header.h
X86IEE32/X86IEE32/cpu_internal_structs.h
X86IEE32/X86IEE32/cpu_main.c
X86IEE32/X86IEE32/cpu_main.h
X86IEE32/X86IEE32/cpu_MemoryAccess.c
X86IEE32/X86IEE32/cpu_MemoryAccess.h
X86IEE32/X86IEE32/cpu_OneByte_OpcodeTable.h
X86IEE32/X86IEE32/cpu_ReadImm.h
X86IEE32/X86IEE32/cpu_status.h
X86IEE32/X86IEE32/cpu_TwoByte_OpcodeTable.h
X86IEE32/X86IEE32/cpu_x86.h
X86IEE32/说明.txt
X86IEE32/Test
X86IEE32/X86IEE32
X86IEE32
X86IEE32/Test/mmu.c
X86IEE32/Test/mmu.h
X86IEE32/X86IEE32/cpu_Args_Analyse.c
X86IEE32/X86IEE32/cpu_BasicType.h
X86IEE32/X86IEE32/cpu_DataTypeConversion.h
X86IEE32/X86IEE32/cpu_def.h
X86IEE32/X86IEE32/cpu_Disasm.c
X86IEE32/X86IEE32/cpu_Disasm.h
X86IEE32/X86IEE32/cpu_EFlagContion.c
X86IEE32/X86IEE32/cpu_Instructions_OneByte_Bitwise.c
X86IEE32/X86IEE32/cpu_Instructions_OneByte_Bitwise.h
X86IEE32/X86IEE32/cpu_Instructions_OneByte_Extension.c
X86IEE32/X86IEE32/cpu_Instructions_OneByte_Extension.h
X86IEE32/X86IEE32/cpu_Instructions_OneByte_General.c
X86IEE32/X86IEE32/cpu_Instructions_OneByte_General.h
X86IEE32/X86IEE32/cpu_Instructions_OneByte_Math.c
X86IEE32/X86IEE32/cpu_Instructions_OneByte_Math.h
X86IEE32/X86IEE32/cpu_Instructions_OneByte_Mov.c
X86IEE32/X86IEE32/cpu_Instructions_OneByte_Mov.h
X86IEE32/X86IEE32/cpu_Instructions_OneByte_String.c
X86IEE32/X86IEE32/cpu_Instructions_OneByte_String.h
X86IEE32/X86IEE32/cpu_Instructions_Shift.c
X86IEE32/X86IEE32/cpu_Instructions_Shift.h
X86IEE32/X86IEE32/cpu_Instructions_TwoByte_Extension.c
X86IEE32/X86IEE32/cpu_Instructions_TwoByte_Extension.h
X86IEE32/X86IEE32/cpu_Instructions_TwoByte_General.c
X86IEE32/X86IEE32/cpu_Instructions_TwoByte_General.h
X86IEE32/X86IEE32/cpu_InstructionType.h
X86IEE32/X86IEE32/cpu_InternalFunction.h
X86IEE32/X86IEE32/cpu_internal_header.h
X86IEE32/X86IEE32/cpu_internal_structs.h
X86IEE32/X86IEE32/cpu_main.c
X86IEE32/X86IEE32/cpu_main.h
X86IEE32/X86IEE32/cpu_MemoryAccess.c
X86IEE32/X86IEE32/cpu_MemoryAccess.h
X86IEE32/X86IEE32/cpu_OneByte_OpcodeTable.h
X86IEE32/X86IEE32/cpu_ReadImm.h
X86IEE32/X86IEE32/cpu_status.h
X86IEE32/X86IEE32/cpu_TwoByte_OpcodeTable.h
X86IEE32/X86IEE32/cpu_x86.h
X86IEE32/说明.txt
X86IEE32/Test
X86IEE32/X86IEE32
X86IEE32
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.