rizin/librz/arch/isa/8051/8051_ass.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

11 lines
244 B
C

// SPDX-FileCopyrightText: 2019 hmht
// SPDX-License-Identifier: LGPL-3.0-only
#ifndef ASSEMBLE_8051_H
#define ASSEMBLE_8051_H
#include <rz_asm.h>
int assemble_8051(RzAsm *a, RzAsmOp *op, char const *user_asm);
#endif /* ASSEMBLE_8051_H */