Rizin
unix-like reverse engineering framework and cli tools
M680XInstPrinter.h
Go to the documentation of this file.
1 /* Capstone Disassembly Engine */
2 /* M680X Backend by Wolfgang Schwotzer <wolfgang.schwotzer@gmx.net> 2017 */
3 
4 #ifndef CS_M680XINSTPRINTER_H
5 #define CS_M680XINSTPRINTER_H
6 
7 
8 #include "capstone/capstone.h"
9 #include "../../MCRegisterInfo.h"
10 #include "../../MCInst.h"
11 
12 struct SStream;
13 
15 
16 void M680X_printInst(MCInst *MI, struct SStream *O, void *Info);
17 const char *M680X_reg_name(csh handle, unsigned int reg);
18 const char *M680X_insn_name(csh handle, unsigned int id);
19 const char *M680X_group_name(csh handle, unsigned int id);
20 void M680X_post_printer(csh handle, cs_insn *flat_insn, char *insn_asm,
21  MCInst *mci);
22 
23 #endif
24 
25 
const char * M680X_reg_name(csh handle, unsigned int reg)
const char * M680X_insn_name(csh handle, unsigned int id)
const char * M680X_group_name(csh handle, unsigned int id)
void M680X_post_printer(csh handle, cs_insn *flat_insn, char *insn_asm, MCInst *mci)
void M680X_init(MCRegisterInfo *MRI)
void M680X_printInst(MCInst *MI, struct SStream *O, void *Info)
static mcore_handle handle
Definition: asm_mcore.c:8
size_t csh
Definition: capstone.h:71
#define reg(n)
#define O
Definition: rcond.c:14
Definition: MCInst.h:88
Definition: SStream.h:9