rizin/librz/arch/isa/6502/6502dis.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
275 B
C

// SPDX-FileCopyrightText: 2024 deroad <wargio@libero.it>
// SPDX-License-Identifier: LGPL-3.0-only
#ifndef DISASSEMBLE_6502_H
#define DISASSEMBLE_6502_H
#include <rz_asm.h>
int disass_6502(ut64 pc, RzAsmOp *op, const ut8 *buf, ut64 len);
#endif /* DISASSEMBLE_6502_H */