PZ80emu  0.1
Functions
interpreter.h File Reference
#include <stdint.h>
#include "z80.h"
Include dependency graph for interpreter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

__BEGIN_DECLS void _instruction (struct z80 *, uint8_t *)
 parses an opcode from the main instruction set More...
 

Function Documentation

◆ _instruction()

__BEGIN_DECLS void _instruction ( struct z80 cpu,
uint8_t *  memory 
)

parses an opcode from the main instruction set

Parameters
cpuz80 CPU objects
memorypointer to allocated memory
Here is the call graph for this function: