M6502ExpectedState.Assert Method
Definition
Asserts that the actual M6502 state matches the expected state.
public void Assert(M6502TestHarness m6502);
Parameters
| Name | Type | Description |
|---|---|---|
| m6502 | M6502TestHarness | The M6502 test harness containing the actual state to verify. |