Commit Graph

7 Commits

Author SHA1 Message Date
Klaus2m5
f54e9a77ef fixed decimal adc/sbc immediate only testing carry
This is a rather old patch I forgot to commit
2017-02-09 07:54:04 +01:00
Klaus Dormann
810db6f4eb fixed RMB/SMB tested when they shouldn't be tested 2017-02-09 07:24:00 +01:00
Mark Allender
d0849a60fa Fix conditional test Rockwell/WDC opcodes
Test comments indicated that having rkwl_wdc_op set to > 1 means
no test, but there was conditional that was just checking
that the value was not 0 and thereby causing those opcodes
to be tests when this value was set to > 1
2017-02-08 19:12:53 -06: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
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