Commit Graph

9 Commits

Author SHA1 Message Date
Klaus2m5 7954e2dbb4 fixed shifts not testing zero result and flag when last 1-bit is shifted out 2020-01-05 14:10:38 +01:00
Klaus2m5 fe99e56162 fixed BRK not tested with interrupts disabled
added option to skip the remainder of a failing test in report.i65
added otion to skip undefined opcode as NOP test for the 65C02
replaced binaries with the current version of the test
2017-12-07 16:49:40 +01:00
Klaus2m5 54768c6dc0 added config switch to disable decimal mode tests
decimal mode tests can be disabled for the ADC & SBC instructions or
also including the decimal mode bit of the processor status register.
2015-10-21 16:51:23 +02:00
Klaus2m5 d0cd6d09af immediate opcodes now execute in data RAM
self modifying immediate opcodes now execute in data RAM. the remaining
self modifying branch range test is supplemented by an early pretest to
check for correct relative addressing.
2015-08-24 20:03:20 +02:00
Klaus2m5 053ab877a8 added switch to disable self modifying tests
allow the object code to be run from ROM
2015-08-23 06:35:02 +02:00
Klaus2m5 22498d2485 minor improvement to relative address test
added landing zones for branches with erroneous offset while branches
are under test. fixed typo in readme.
2014-12-14 14:28:37 +01:00
Klaus2m5 ddb0855216 added bin/dec switch test
Some emulators employ separate opcode table to switch between binary and
decimal arithmetic. The added test verifies proper binary or decimal
operation after CLD, SED, PLP & RTI.
2014-12-13 16:51:23 +01:00
Klaus2m5 2c6a266d5f added report to standard output option 2013-08-16 13:30:31 +02:00
Klaus2m5 12434a8e47 first commit 2013-08-07 18:56:09 +02:00