x86.h 467 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
// [AsmJit]
// Complete x86/x64 JIT and Remote Assembler for C++.
//
// [License]
// Zlib - See LICENSE.md file in the package.

// [Guard]
#ifndef _ASMJIT_X86_H
#define _ASMJIT_X86_H

11
12
// [Dependencies]
#include "./base.h"
13

14
15
16
17
18
19
20
#include "./x86/x86assembler.h"
#include "./x86/x86builder.h"
#include "./x86/x86compiler.h"
#include "./x86/x86emitter.h"
#include "./x86/x86inst.h"
#include "./x86/x86misc.h"
#include "./x86/x86operand.h"
21
22
23

// [Guard]
#endif // _ASMJIT_X86_H