HyperDbg Debugger
Loading...
Searching...
No Matches
ppc.h
Go to the documentation of this file.
1
/* Keystone Assembler Engine */
2
/* By Nguyen Anh Quynh, 2016 */
3
4
#ifndef KEYSTONE_PPC_H
5
#define KEYSTONE_PPC_H
6
7
#ifdef __cplusplus
8
extern
"C"
{
9
#endif
10
11
#include "
keystone.h
"
12
13
typedef
enum
ks_err_asm_ppc
{
14
KS_ERR_ASM_PPC_INVALIDOPERAND
=
KS_ERR_ASM_ARCH
,
15
KS_ERR_ASM_PPC_MISSINGFEATURE
,
16
KS_ERR_ASM_PPC_MNEMONICFAIL
,
17
}
ks_err_asm_ppc
;
18
19
20
#ifdef __cplusplus
21
}
22
#endif
23
24
#endif
keystone.h
KS_ERR_ASM_ARCH
#define KS_ERR_ASM_ARCH
Definition
keystone.h:107
ks_err_asm_ppc
ks_err_asm_ppc
Definition
ppc.h:13
KS_ERR_ASM_PPC_MNEMONICFAIL
@ KS_ERR_ASM_PPC_MNEMONICFAIL
Definition
ppc.h:16
KS_ERR_ASM_PPC_MISSINGFEATURE
@ KS_ERR_ASM_PPC_MISSINGFEATURE
Definition
ppc.h:15
KS_ERR_ASM_PPC_INVALIDOPERAND
@ KS_ERR_ASM_PPC_INVALIDOPERAND
Definition
ppc.h:14
hyperdbg
include
keystone
ppc.h
Generated by
1.11.0