PZ80emu
0.1
|
Functions | |
void | _out_mem_reg8 (uint8_t reg, struct z80 *cpu, uint8_t *memory) |
places the contents of an 8-bit register on the databus More... | |
void | _out_c_reg8 (uint8_t reg, struct z80 *cpu, uint8_t *memory) |
void | _in_reg8_mem (uint8_t *reg, struct z80 *cpu, uint8_t *memory) |
reads value of data bus into an 8-bit register More... | |
void _in_reg8_mem | ( | uint8_t * | reg, |
struct z80 * | cpu, | ||
uint8_t * | memory | ||
) |
reads value of data bus into an 8-bit register
reg | register to store input value to |
cpu | z80 CPU object |
memory | pointer to allocated memory |