Skip to content

DAATestCase Class

Definition

A test case from the DAATestSuite.

public sealed class DAATestCase : InstructionTestCase

View source

Properties

Name Description
Expected Gets the expected Z80 state after executing the DAA instruction.
Input Gets the initial Z80 state for this test case.
Name Gets the name of the test case, which is the same as its ID.
OpcodeName Gets the opcode name for the test case.

Methods

Name Description
Execute<TTestHarness>(TextWriter) Executes this test case using the specified Z80TestHarness type.