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) |
static void | print_read_write_regs (cs_detail *detail, csh handle) |
void | print_insn_detail_m68k (csh handle, cs_insn *ins) |
Variables | |
static const char * | s_addressing_modes [] |
void print_insn_detail_m68k | ( | csh | handle, |
cs_insn * | ins | ||
) |
Definition at line 61 of file cstool_m68k.c.
References cs_reg_name(), test_evm::detail, handle, i, M68K_OP_FP_DOUBLE, M68K_OP_FP_SINGLE, M68K_OP_IMM, M68K_OP_MEM, M68K_OP_REG, M68K_REG_INVALID, NULL, print_read_write_regs(), printf(), and s_addressing_modes.
Referenced by print_details().
|
static |
Definition at line 44 of file cstool_m68k.c.
References cs_reg_name(), handle, i, and printf().
Referenced by print_insn_detail_m68k().
|
static |
Definition at line 14 of file cstool_m68k.c.
Referenced by print_insn_detail_m68k().