PrintInstrToString.h
上传用户:luhy168
上传日期:2022-01-10
资源大小:240k
文件大小:1k
源码类别:

模拟服务器

开发平台:

Visual C++

  1. //------------------------------------------------------------------------------
  2. // Name: PrintInstrToString.h
  3. // Desc: Holds all the function prototypes and other stuff for PrintInstrToString.cpp
  4. //------------------------------------------------------------------------------
  5. #ifndef __PRINTINSTRTOSTRING_H__
  6. #define __PRINTINSTRTOSTRING_H__
  7. // ----------------------------------------------------------------------------
  8. // Defines
  9. // ----------------------------------------------------------------------------
  10. #define DISASM_PC_OFFSET          0
  11. #define DISASM_MACHINECODE_OFFSET 6
  12. #define DISASM_INSTRUCTION_OFFSET 15
  13. #define DISASM_MEMCONTENTS_OFFSET 28
  14. // Includes
  15. #include "Io.h"
  16. #endif