Rizin
unix-like reverse engineering framework and cli tools
dcpu16.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: 2012 pancake <pancake@nopcode.org>
2 // SPDX-License-Identifier: LGPL-3.0-only
3 
4 #ifndef _INCLUDE_DCPU16_H_
5 #define _INCLUDE_DCPU16_H_
6 
7 #ifndef ut8
8 #define ut8 unsigned char
9 #define ut16 unsigned short
10 #endif
11 
12 int dcpu16_disasm(char *out, size_t size_out, const ut16 *inp, int len, int *cost);
13 int dcpu16_assemble(ut8 *out, const char *unoline);
14 
15 #endif
size_t len
Definition: 6502dis.c:15
const lzma_allocator const uint8_t size_t uint8_t * out
Definition: block.h:528
int dcpu16_assemble(ut8 *out, const char *unoline)
Definition: asm.c:216
int dcpu16_disasm(char *out, size_t size_out, const ut16 *inp, int len, int *cost)
Definition: dis.c:130
uint16_t ut16
uint8_t ut8
Definition: lh5801.h:11