Rizin
unix-like reverse engineering framework and cli tools
assembler.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: 2021 deroad <wargio@libero.it>
2
// SPDX-License-Identifier: LGPL-3.0-only
3
4
#ifndef RZ_ASM_AVR_ASSEMBLER_H
5
#define RZ_ASM_AVR_ASSEMBLER_H
6
#include <
rz_types.h
>
7
#include <
rz_util.h
>
8
9
ut32
avr_assembler
(
const
char
*
input
,
st32
input_size,
ut8
*
output
,
st32
output_size,
ut64
pc
,
bool
be);
10
11
#endif
/* RZ_ASM_AVR_ASSEMBLER_H */
pc
pc
Definition:
arm-arithmetic-aliases.s.cs:50
avr_assembler
ut32 avr_assembler(const char *input, st32 input_size, ut8 *output, st32 output_size, ut64 pc, bool be)
Definition:
assembler.c:1084
ut32
uint32_t ut32
Definition:
demangler_util.h:31
ut8
uint8_t ut8
Definition:
lh5801.h:11
rz_types.h
st32
#define st32
Definition:
rz_types_base.h:12
rz_util.h
ut64
ut64(WINAPI *w32_GetEnabledXStateFeatures)()
input
static bool input(void *ud, zip_uint8_t *data, zip_uint64_t length)
Definition:
zip_algorithm_bzip2.c:190
output
diff_output_t output
Definition:
zipcmp.c:237
librz
asm
arch
avr
assembler.h
Generated by
1.9.1