PZ80emu
0.1
|
Go to the source code of this file.
Functions | |
__BEGIN_DECLS void | _ex_reg16 (word *, word *) |
void | _exx (struct z80 *) |
void | _ex_sp_reg16 (word *, struct z80 *, uint8_t *) |
exchange two 16-bit registers
reg1 | first register |
reg2 | second register |
exchange contents of a register pair with memory pointed to by SP
reg | register to operate on |
cpu | z80 cpu object |
memory | pointer to allocated memory |