![]() |
Xemu [doxygen]
hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
|
#include "xemu/z80ex/z80ex.h"

Go to the source code of this file.
Typedefs | |
| typedef Z80EX_BYTE(* | z80ex_dasm_readbyte_cb) (Z80EX_WORD addr) |
Enumerations | |
| enum | Z80EX_DASM_FLAGS { WORDS_DEC = 1, BYTES_DEC = 2 } |
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) |
| typedef Z80EX_BYTE(* z80ex_dasm_readbyte_cb) (Z80EX_WORD addr) |
Definition at line 17 of file z80ex_dasm.h.
| enum Z80EX_DASM_FLAGS |
| Enumerator | |
|---|---|
| WORDS_DEC | |
| BYTES_DEC | |
Definition at line 20 of file z80ex_dasm.h.
| 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