HyperDbg Debugger
Loading...
Searching...
No Matches
riscv.h
Go to the documentation of this file.
1/* Keystone Assembler Engine */
2/* By Nguyen Anh Quynh, 2016 */
3/* Added by Mark Juvan, 2023*/
4#ifndef KEYSTONE_RISCV_H
5#define KEYSTONE_RISCV_H
6
7#ifdef __cplusplus
8extern "C" {
9#endif
10
11#include "keystone.h"
12
18
19
20#ifdef __cplusplus
21}
22#endif
23
24#endif
#define KS_ERR_ASM_ARCH
Definition keystone.h:107
ks_err_asm_riscv
Definition riscv.h:13
@ KS_ERR_ASM_RISCV_MNEMONICFAIL
Definition riscv.h:16
@ KS_ERR_ASM_RISCV_INVALIDOPERAND
Definition riscv.h:14
@ KS_ERR_ASM_RISCV_MISSINGFEATURE
Definition riscv.h:15