Go to the source code of this file.
|
static void | fillDetails (MCInst *MI, unsigned char opcode) |
|
static int | getInstructionLength (mos65xx_address_mode am) |
|
void | MOS65XX_get_insn_id (cs_struct *h, cs_insn *insn, unsigned int id) |
|
bool | MOS65XX_getInstruction (csh ud, const uint8_t *code, size_t code_len, MCInst *MI, uint16_t *size, uint64_t address, void *inst_info) |
|
const char * | MOS65XX_group_name (csh handle, unsigned int id) |
|
const char * | MOS65XX_insn_name (csh handle, unsigned int id) |
|
void | MOS65XX_printInst (MCInst *MI, struct SStream *O, void *PrinterInfo) |
|
const char * | MOS65XX_reg_name (csh handle, unsigned int reg) |
|
◆ InstructionInfo
◆ OpInfo
◆ fillDetails()
static void fillDetails |
( |
MCInst * |
MI, |
|
|
unsigned char |
opcode |
|
) |
| |
|
static |
◆ getInstructionLength()
◆ MOS65XX_get_insn_id()
void MOS65XX_get_insn_id |
( |
cs_struct * |
h, |
|
|
cs_insn * |
insn, |
|
|
unsigned int |
id |
|
) |
| |
◆ MOS65XX_getInstruction()
◆ MOS65XX_group_name()
const char* MOS65XX_group_name |
( |
csh |
handle, |
|
|
unsigned int |
id |
|
) |
| |
◆ MOS65XX_insn_name()
const char* MOS65XX_insn_name |
( |
csh |
handle, |
|
|
unsigned int |
id |
|
) |
| |
◆ MOS65XX_printInst()
void MOS65XX_printInst |
( |
MCInst * |
MI, |
|
|
struct SStream * |
O, |
|
|
void * |
PrinterInfo |
|
) |
| |
◆ MOS65XX_reg_name()
const char* MOS65XX_reg_name |
( |
csh |
handle, |
|
|
unsigned int |
reg |
|
) |
| |
◆ GroupNames
Initial value:= {
NULL,
"jump",
"call",
"ret",
NULL,
"iret",
"branch_relative"
}
Definition at line 276 of file MOS65XXDisassembler.c.
◆ InstructionInfoTable
◆ OpInfoTable
◆ RegNames