Rizin
unix-like reverse engineering framework and cli tools
|
#include <stdio.h>
#include <capstone/capstone.h>
Go to the source code of this file.
Functions | |
void | print_string_hex (char *comment, unsigned char *str, size_t len) |
void | print_read_write_regs (csh handle, cs_detail *detail) |
void | print_insn_detail_m680x (csh handle, cs_insn *insn) |
Variables | |
static const char * | s_access [] |
void print_insn_detail_m680x | ( | csh | handle, |
cs_insn * | insn | ||
) |
Definition at line 45 of file cstool_m680x.c.
References CS_AC_INVALID, cs_reg_name(), cs_m680x::flags, handle, i, M680X_FIRST_OP_IN_MNEM, M680X_IDX_INDIRECT, M680X_IDX_POST_INC_DEC, M680X_OP_CONSTANT, M680X_OP_DIRECT, M680X_OP_EXTENDED, M680X_OP_IMMEDIATE, M680X_OP_INDEXED, M680X_OP_REGISTER, M680X_OP_RELATIVE, M680X_REG_INVALID, M680X_REG_PC, M680X_SECOND_OP_IN_MNEM, NULL, cs_m680x::op_count, cs_m680x::operands, print_read_write_regs(), printf(), and s_access.
Referenced by print_details().
void print_read_write_regs | ( | csh | handle, |
cs_detail * | detail | ||
) |
Definition at line 13 of file cstool_m680x.c.
References cs_reg_name(), handle, i, and printf().
Referenced by print_insn_detail_m680x().
|
static |
Definition at line 9 of file cstool_m680x.c.
Referenced by print_insn_detail_m680x().