Rizin
unix-like reverse engineering framework and cli tools
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <rz_types.h>
#include <rz_lib.h>
#include "../tms320_dasm.h"
Go to the source code of this file.
Functions | |
int | c55x_plus_disassemble (tms320_dasm_t *dasm, const ut8 *buf, int len) |
int c55x_plus_disassemble | ( | tms320_dasm_t * | dasm, |
const ut8 * | buf, | ||
int | len | ||
) |
Definition at line 21 of file c55plus.c.
References c55plus_decode(), free(), i, ins_buff, ins_buff_len, len, tms320_dasm_t::length, snprintf, tms320_dasm_t::syntax, and tolower.
Referenced by tms320_dasm().