Rizin
unix-like reverse engineering framework and cli tools
8051_ass.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: 2019 hmht
2
// SPDX-License-Identifier: LGPL-3.0-only
3
4
#ifndef _8051_ASS_H
5
#define _8051_ASS_H
6
7
#include <
rz_asm.h
>
8
int
assemble_8051
(
RzAsm
*
a
,
RzAsmOp
*
op
,
char
const
*user_asm);
9
10
#endif
assemble_8051
int assemble_8051(RzAsm *a, RzAsmOp *op, char const *user_asm)
Definition:
8051_ass.c:1183
rz_asm.h
a
#define a(i)
Definition:
sha256.c:41
rz_asm_op_t
Definition:
rz_asm.h:66
rz_asm_t
Definition:
rz_asm.h:98
op
Definition:
dis.c:32
librz
asm
arch
8051
8051_ass.h
Generated by
1.9.1