#include <stdint.h>
#include "z80.h"
Go to the source code of this file.
|
| __BEGIN_DECLS void | _instruction (struct z80 *, uint8_t *) |
| | parses an opcode from the main instruction set More...
|
| |
◆ _instruction()
| __BEGIN_DECLS void _instruction |
( |
struct z80 * |
cpu, |
|
|
uint8_t * |
memory |
|
) |
| |
parses an opcode from the main instruction set
- Parameters
-
| cpu | z80 CPU objects |
| memory | pointer to allocated memory |