HyperDbg Debugger
Loading...
Searching...
No Matches
ppc.h File Reference
#include "keystone.h"

Go to the source code of this file.

Typedefs

typedef enum ks_err_asm_ppc ks_err_asm_ppc
 

Enumerations

enum  ks_err_asm_ppc { KS_ERR_ASM_PPC_INVALIDOPERAND = KS_ERR_ASM_ARCH , KS_ERR_ASM_PPC_MISSINGFEATURE , KS_ERR_ASM_PPC_MNEMONICFAIL }
 

Typedef Documentation

◆ ks_err_asm_ppc

Enumeration Type Documentation

◆ ks_err_asm_ppc

Enumerator
KS_ERR_ASM_PPC_INVALIDOPERAND 
KS_ERR_ASM_PPC_MISSINGFEATURE 
KS_ERR_ASM_PPC_MNEMONICFAIL 
13 {
#define KS_ERR_ASM_ARCH
Definition keystone.h:107
ks_err_asm_ppc
Definition ppc.h:13
@ KS_ERR_ASM_PPC_MNEMONICFAIL
Definition ppc.h:16
@ KS_ERR_ASM_PPC_MISSINGFEATURE
Definition ppc.h:15
@ KS_ERR_ASM_PPC_INVALIDOPERAND
Definition ppc.h:14