
z80full.tap Tests all flags and registers. |
z80doc.tap Tests all registers, but only officially documented flags. |
|
|
z80flags.tap Tests all flags, ignores registers. |
z80docflags.tap Tests documented flags only, ignores registers. |
|
|
z80ccf.tap Tests all flags after executing ccf after each instruction tested.
|
z80memptr.tap Tests all flags after executing bit n,(hl) after each instruction tested.
|
|
|
z80full.tap Tests all flags and registers. |
z80doc.tap Tests all registers, but only officially documented flags. |
|
|
z80flags.tap Tests all flags, ignores registers. |
z80docflags.tap Tests documented flags only, ignores registers. |
|
|
z80ccf.tap Tests all flags after executing ccf after each instruction tested.
|
z80memptr.tap Tests all flags after executing bit n,(hl) after each instruction tested.
|
|
|
z80tests.tap |
|
|
|
zexdoc.tap Tests officially documented flag effects. |
zexall.tap Tests all flags changes. |
|
|
zexfix.tap Tests all flags changes. |
zexbit.tap Tests all flags changes of bit instructions.
|
|
|
zexall2.tap |
|
This library is [free software](https://www.gnu.org/philosophy/free-sw.html): you can redistribute it and/or modify it under the terms of the **[GNU Lesser General Public License](https://www.gnu.org/licenses/lgpl-3.0.en.html)** as published by the [Free Software Foundation](https://www.fsf.org), either version 3 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but **WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE**. See the GNU Lesser General Public License for more details.
You should have received a [copy](COPYING.LESSER) of the GNU Lesser General Public License along with this library. If not, see