|
PZ80emu
0.1
|


Go to the source code of this file.
Functions | |
| __BEGIN_DECLS void | _rlc (uint8_t, struct z80 *) |
| 8-bit rotation to the left More... | |
| void | _rrca (struct z80 *) |
| register A 8-bit right rotate with carry More... | |
| __BEGIN_DECLS void _rlc | ( | uint8_t | n, |
| struct z80 * | cpu | ||
| ) |