Skip to content

ExtendedInstructionsTestSuite Class

Definition

Tests for the instructions the Z80N adds to the Z80, hand written from the ZX Spectrum Next FPGA core. There is no Z80N silicon, so the core is the definitive reference for the behaviour and the timing of its instructions.

public sealed class ExtendedInstructionsTestSuite : InstructionTestSuite<ExtendedInstructionsTestCase>

View source

Fields

Name Description
DefaultAssertions The default TestAssertions for the ExtendedInstructionsTestSuite. Q is not asserted, as the tests do not say what it should be.
Instance Gets the singleton instance of the ExtendedInstructionsTestSuite.

Properties

Name Description
DefaultOptions The default InstructionTestSuiteOptions for the test suite.

Methods

Name Description
GetTestCases(InstructionTestSuiteOptions) Gets all the test cases using the specified InstructionTestSuiteOptions.

See Also

Documentation

The core the tests were written from