Go to the source code of this file.
|
__BEGIN_DECLS void | _and (uint8_t *, struct z80 *) |
|
void | _xor (uint8_t *, struct z80 *) |
|
void | _or (uint8_t *, struct z80 *) |
|
◆ _and()
__BEGIN_DECLS void _and |
( |
uint8_t * |
reg, |
|
|
struct z80 * |
cpu |
|
) |
| |
perform boolean AND operation
- Parameters
-
reg | register to operate on |
cpu | z80 cpu object |
◆ _or()
void _or |
( |
uint8_t * |
reg, |
|
|
struct z80 * |
cpu |
|
) |
| |
perform boolean OR operation
- Parameters
-
reg | register to operate on |
cpu | z80 cpu object |
◆ _xor()
void _xor |
( |
uint8_t * |
reg, |
|
|
struct z80 * |
cpu |
|
) |
| |
perform boolean XOR operation
- Parameters
-
reg | register to operate on |
cpu | z80 cpu object |