![]() |
Xemu [doxygen]
hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
|
#include <stdlib.h>#include <string.h>#include <stdio.h>#include <stdarg.h>#include "xemu/z80ex/z80ex_dasm.h"#include "xemu/z80ex/opcodes_dasm.c"

Go to the source code of this file.
Data Structures | |
| struct | z80ex_opc_dasm |
Macros | |
| #define | __USE_ISOC99 |
| #define | __Z80EX_SELF_INCLUDE |
| #define | STMP_SIZE 100 |
Functions | |
| int | z80ex_dasm (char *output, int output_size, unsigned flags, int *t_states, int *t_states2, z80ex_dasm_readbyte_cb readbyte_cb, Z80EX_WORD addr) |
| #define __USE_ISOC99 |
Definition at line 14 of file z80ex_dasm.c.
| #define __Z80EX_SELF_INCLUDE |
Definition at line 19 of file z80ex_dasm.c.
| #define STMP_SIZE 100 |
Definition at line 40 of file z80ex_dasm.c.
| int z80ex_dasm | ( | char * | output, |
| int | output_size, | ||
| unsigned | flags, | ||
| int * | t_states, | ||
| int * | t_states2, | ||
| z80ex_dasm_readbyte_cb | readbyte_cb, | ||
| Z80EX_WORD | addr | ||
| ) |
1.8.17