1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00
CLK/OSBindings/Mac/Clock SignalTests/krom 65816
Thomas Harte 5126163c5d Attempts to reduce pull request heft.
Given that the licensing of krom's tests is uncertain, and I've given credit and an appropriate link, I needn't include the original code.
2020-11-04 21:49:45 -05:00
..
ADC Attempts to reduce pull request heft. 2020-11-04 21:49:45 -05:00
AND Attempts to reduce pull request heft. 2020-11-04 21:49:45 -05:00
ASL Attempts to reduce pull request heft. 2020-11-04 21:49:45 -05:00
BIT Attempts to reduce pull request heft. 2020-11-04 21:49:45 -05:00
BRA Attempts to reduce pull request heft. 2020-11-04 21:49:45 -05:00
CMP Attempts to reduce pull request heft. 2020-11-04 21:49:45 -05:00
DEC Attempts to reduce pull request heft. 2020-11-04 21:49:45 -05:00
EOR Attempts to reduce pull request heft. 2020-11-04 21:49:45 -05:00
INC Attempts to reduce pull request heft. 2020-11-04 21:49:45 -05:00
JMP Attempts to reduce pull request heft. 2020-11-04 21:49:45 -05:00
LDR Attempts to reduce pull request heft. 2020-11-04 21:49:45 -05:00
LSR Attempts to reduce pull request heft. 2020-11-04 21:49:45 -05:00
MOV Attempts to reduce pull request heft. 2020-11-04 21:49:45 -05:00
MSC Attempts to reduce pull request heft. 2020-11-04 21:49:45 -05:00
ORA Attempts to reduce pull request heft. 2020-11-04 21:49:45 -05:00
PHL Attempts to reduce pull request heft. 2020-11-04 21:49:45 -05:00
PSR Attempts to reduce pull request heft. 2020-11-04 21:49:45 -05:00
RET Attempts to reduce pull request heft. 2020-11-04 21:49:45 -05:00
ROL Attempts to reduce pull request heft. 2020-11-04 21:49:45 -05:00
ROR Attempts to reduce pull request heft. 2020-11-04 21:49:45 -05:00
SBC Attempts to reduce pull request heft. 2020-11-04 21:49:45 -05:00
STR Attempts to reduce pull request heft. 2020-11-04 21:49:45 -05:00
TRN Attempts to reduce pull request heft. 2020-11-04 21:49:45 -05:00
readme.md Takes a swing at incorporating krom's 65816 test suite. At least as far as ADC. 2020-11-02 21:09:32 -05:00

krom 65816 Test Suite

These tests were obtained from https://github.com/PeterLemon/SNES/tree/master/CPUTest/CPU and are the work of krom (Peter Lemon).

Their licensing is unclear.