PZ80emu
0.1
|
Functions | |
void | _and (uint8_t *reg, struct z80 *cpu) |
void | _xor (uint8_t *reg, struct z80 *cpu) |
void | _or (uint8_t *reg, struct z80 *cpu) |
void _and | ( | uint8_t * | reg, |
struct z80 * | cpu | ||
) |
perform boolean AND operation
reg | register to operate on |
cpu | z80 cpu object |
void _or | ( | uint8_t * | reg, |
struct z80 * | cpu | ||
) |
perform boolean OR operation
reg | register to operate on |
cpu | z80 cpu object |