📄 printinstrtostring.h
字号:
//------------------------------------------------------------------------------
// Name: PrintInstrToString.h
// Desc: Holds all the function prototypes and other stuff for PrintInstrToString.cpp
//------------------------------------------------------------------------------
#ifndef __PRINTINSTRTOSTRING_H__
#define __PRINTINSTRTOSTRING_H__
// ----------------------------------------------------------------------------
// Defines
// ----------------------------------------------------------------------------
#define DISASM_PC_OFFSET 0
#define DISASM_MACHINECODE_OFFSET 6
#define DISASM_INSTRUCTION_OFFSET 15
#define DISASM_MEMCONTENTS_OFFSET 28
// Includes
#include "Io.h"
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -