x86s.h

来自「当前支持 16-bit, 32-bit and 64-bit 的二进制文件」· C头文件 代码 · 共 15 行

H
15
字号
// util.h
// Copyright (C) 2009 Willow Schlanger

#ifndef l_x86s_h__included
#define l_x86s_h__included

#include "../x86/x86s/types.h"
#include "../x86/x86s/x86s_common.h"
#include "../x86/x86s/x86s_decode.h"
#include "../x86/crudasm/asmwriter.h"

// put other x86s includes here as needed.

#endif	// l_x86s_h__included

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?