Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
ut32 | avr_assembler (const char *input, st32 input_size, ut8 *output, st32 output_size, ut64 pc, bool be) |
ut32 avr_assembler | ( | const char * | input, |
st32 | input_size, | ||
ut8 * | output, | ||
st32 | output_size, | ||
ut64 | pc, | ||
bool | be | ||
) |
Definition at line 1084 of file assembler.c.
References AVR_INVALID_SIZE, avr_decoder_t::encode, i, input(), instructions, avr_decoder_t::maxtoks, avr_decoder_t::mintoks, output, pc, return_error_if_empty_input, RZ_ARRAY_SIZE, RZ_LOG_ERROR, rz_str_casecmp(), tokens_free(), and tokens_new().
Referenced by assemble().