Rizin
unix-like reverse engineering framework and cli tools
M680XInstPrinter.h File Reference
#include "capstone/capstone.h"
#include "../../MCRegisterInfo.h"
#include "../../MCInst.h"

Go to the source code of this file.

Functions

void M680X_init (MCRegisterInfo *MRI)
 
void M680X_printInst (MCInst *MI, struct SStream *O, void *Info)
 
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)
 

Function Documentation

◆ M680X_group_name()

const char* M680X_group_name ( csh  handle,
unsigned int  id 
)

◆ M680X_init()

void M680X_init ( MCRegisterInfo MRI)

◆ M680X_insn_name()

const char* M680X_insn_name ( csh  handle,
unsigned int  id 
)

◆ M680X_post_printer()

void M680X_post_printer ( csh  handle,
cs_insn *  flat_insn,
char *  insn_asm,
MCInst mci 
)

◆ M680X_printInst()

void M680X_printInst ( MCInst MI,
struct SStream O,
void *  Info 
)

◆ M680X_reg_name()

const char* M680X_reg_name ( csh  handle,
unsigned int  reg 
)