(Translated by https://www.hiragana.jp/)
GitHub - SingleStepTests/65x02: A language-agnostic JSON-encoded instruction-by-instruction test suite for the 65[c]02 that includes bus activity.
Skip to content

A language-agnostic JSON-encoded instruction-by-instruction test suite for the 65[c]02 that includes bus activity.

License

Notifications You must be signed in to change notification settings

SingleStepTests/65x02

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

65x02 Tests

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

Each test:

  • requires execution of only a single instruction; and
  • provides full processor and memory state before and after.

Tests are randomly generated, in substantial volume.

Methodology

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

  • conforms to all available documentation, official and third-party;
  • passes all other published test sets; and
  • has been verified by usage in an emulated machine.

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.

About

A language-agnostic JSON-encoded instruction-by-instruction test suite for the 65[c]02 that includes bus activity.

Topics

Resources

License

Stars

Watchers

Forks