Xemu [doxygen]  hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
Typedefs | Enumerations | Functions
z80ex_dasm.h File Reference
#include "xemu/z80ex/z80ex.h"
Include dependency graph for z80ex_dasm.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ z80ex_dasm_readbyte_cb

typedef Z80EX_BYTE(* z80ex_dasm_readbyte_cb) (Z80EX_WORD addr)

Definition at line 17 of file z80ex_dasm.h.

Enumeration Type Documentation

◆ Z80EX_DASM_FLAGS

Enumerator
WORDS_DEC 
BYTES_DEC 

Definition at line 20 of file z80ex_dasm.h.

Function Documentation

◆ z80ex_dasm()

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 
)

Definition at line 42 of file z80ex_dasm.c.

Here is the caller graph for this function: