Rizin
unix-like reverse engineering framework and cli tools
pic_pic18.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: 2015-2018 oddcoder <ahmedsoliman@oddcoder.com>
2 // SPDX-FileCopyrightText: 2015-2018 thestr4ng3r <info@florianmaerkl.de>
3 // SPDX-License-Identifier: LGPL-3.0-only
4 
5 #ifndef PIC_PIC18_H
6 #define PIC_PIC18_H
7 
8 #include <rz_asm.h>
9 
10 int pic_pic18_disassemble(RzAsmOp *op, char *opbuf, const ut8 *b, int l);
11 
12 #endif // PIC_PIC18_H
uint8_t ut8
Definition: lh5801.h:11
int pic_pic18_disassemble(RzAsmOp *op, char *opbuf, const ut8 *b, int l)
Definition: pic_pic18.c:114
#define b(i)
Definition: sha256.c:42
Definition: dis.c:32