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
int assemble_8051(RzAsm *a, RzAsmOp *op, char const *user_asm)
Definition: 8051_ass.c:1183
#define a(i)
Definition: sha256.c:41
Definition: dis.c:32