Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Macros | |
#define | NO_ARG 0 |
#define | DAF_T 1 |
#define | F32_T 2 |
#define | BAF_T 3 |
#define | K_T 4 |
#define | N_T 5 |
#define | CALL_T 6 |
#define | NEX_T 7 |
#define | AF_T 8 |
#define | GOTO_T 9 |
#define | SHK_T 10 |
#define | S_T 11 |
#define | LFSR_T 12 |
Functions | |
int | pic_pic18_disassemble (RzAsmOp *op, char *opbuf, const ut8 *b, int blen) |
Variables | |
static char * | fsr [] = { "fsr0", "fsr1", "fsr2", "reserved" } |
struct { | |
ut16 opmin | |
ut16 opmax | |
char * name | |
ut8 optype | |
} | ops [] |
#define AF_T 8 |
Definition at line 20 of file pic_pic18.c.
#define BAF_T 3 |
Definition at line 15 of file pic_pic18.c.
#define CALL_T 6 |
Definition at line 18 of file pic_pic18.c.
#define DAF_T 1 |
Definition at line 13 of file pic_pic18.c.
#define F32_T 2 |
Definition at line 14 of file pic_pic18.c.
#define GOTO_T 9 |
Definition at line 21 of file pic_pic18.c.
#define K_T 4 |
Definition at line 16 of file pic_pic18.c.
#define LFSR_T 12 |
Definition at line 24 of file pic_pic18.c.
#define N_T 5 |
Definition at line 17 of file pic_pic18.c.
#define NEX_T 7 |
Definition at line 19 of file pic_pic18.c.
#define NO_ARG 0 |
Definition at line 12 of file pic_pic18.c.
#define S_T 11 |
Definition at line 23 of file pic_pic18.c.
#define SHK_T 10 |
Definition at line 22 of file pic_pic18.c.
Definition at line 114 of file pic_pic18.c.
References AF_T, b, BAF_T, CALL_T, DAF_T, F32_T, fsr, GOTO_T, i, K_T, LFSR_T, N_T, NEX_T, NO_ARG, opmax, opmin, ops, rz_read_le16(), rz_read_le32(), S_T, sdb_fmt(), and SHK_T.
Referenced by asm_pic_disassemble().
|
static |
Definition at line 26 of file pic_pic18.c.
Referenced by pic_pic18_disassemble().
char* name |
Definition at line 31 of file pic_pic18.c.
ut16 opmax |
Definition at line 30 of file pic_pic18.c.
Referenced by pic_pic18_disassemble().
ut16 opmin |
Definition at line 29 of file pic_pic18.c.
Referenced by pic_pic18_disassemble().
struct { ... } ops[] |
Referenced by pic_pic18_disassemble().
Definition at line 32 of file pic_pic18.c.
Referenced by mips_op(), and step_until_optype().