rizin/librz/arch/isa/arm/asm-arm.h
wargio d47ceedbd3 Merge rz_asm and rz_analysis into one library but keep deprecated apis.
The tms320c64x has been merged into tms320.
2024-03-07 18:38:49 +08:00

12 lines
288 B
C

// SPDX-FileCopyrightText: 2014 pancake <pancake@nopcode.org>
// SPDX-License-Identifier: LGPL-3.0-only
#ifndef _INCLUDE_ARMASS_H_
#define _INCLUDE_ARMASS_H_
#include <rz_types_base.h>
#include "aarch64_meta_macros.h"
int armass_assemble(const char *str, ut64 off, int thumb);
#endif