Z80SteppableTestHarness.Step Method
Overloads
Name | Description |
|---|---|
Executes the specified number of CPU steps. | |
Executes a single step of the CPU. |
Step(UInt64)
Executes the specified number of CPU steps.
public void Step(ulong count);
Parameters
Name | Type | Description |
|---|---|---|
count | The number of steps to execute. |
Step()
Executes a single step of the CPU.
public abstract void Step();
Last modified: 14 December 2025