SingleStepTests / 65x02

A language-agnostic JSON-encoded instruction-by-instruction test suite for the 65[c]02 that includes bus activity.
MIT License
17 stars 3 forks source link
6502 65c02 65c02-emulation test unit-testing

65x02 Tests

This repository contains tests for various members of the 8-bit 6502 family, provided as an aid to reimplementation.

Each test:

Tests are randomly generated, in substantial volume.

Methodology

To generate each test set, an implementation is used that:

In addition to the standard Git history, test sets are manually versioned to permit for potential future breaking changes in JSON format.

Please report any discrepancies uncovered, either as an issue or via a correcting pull request.