Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Classes | |
struct | arg_t |
struct | opcode_t |
Functions | |
static void | arg (char *s, int const cmd, struct arg_t const *arg, int val) |
static int | i8080_disasm (unsigned char const *const code, char *text, int text_sz) |
Variables | |
static char * | reg [] = { "b", "c", "d", "e", "h", "l", "m", "a" } |
static char * | rp [] = { "b", "d", "h", "sp" } |
static char * | push_rp [] = { "b", "d", "h", "psw" } |
static char * | cond [] = { "nz", "z", "nc", "c", "po", "pe", "p", "m" } |
static char * | rst [] = { "0", "1", "2", "3", "4", "5", "6", "7" } |
static struct opcode_t | opcodes [] |
Definition at line 115 of file i8080dis.c.
References cmd, s, sprintf, and val.
Referenced by i8080_disasm().
Definition at line 126 of file i8080dis.c.
References arg(), test-lz4-speed::branch, cmd, const, op, opcodes, p, snprintf, and create_tags_rz::text.
Definition at line 38 of file i8080dis.c.
|
static |
Referenced by i8080_disasm().
Definition at line 37 of file i8080dis.c.
Definition at line 35 of file i8080dis.c.
Definition at line 36 of file i8080dis.c.
Referenced by _nettle_aes_set_key(), classdump_objc(), combine_sequences(), dem_str_replace_char(), dem_string_replace_char(), get_rp(), rz_file_abspath_rel(), rz_path_realpath(), rz_print_hexii(), rz_pseudo_convert(), rz_socket_connect(), and rz_socket_spawn().
|
static |
Definition at line 39 of file i8080dis.c.