Z80SteppableTestHarness.Step Method
Overloads
| Name | Description |
|---|---|
| Step(UInt64) | Executes the specified number of CPU steps. |
| Step() | 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 | UInt64 | The number of steps to execute. |
Step()
Executes a single step of the CPU.
public abstract void Step();