Page 3 of 3

Re: 6502 Klaus Test Program

Posted: Mon Jan 11, 2021 11:38 am
by Klaus2m5
Hi Bill,

the part of the test for BRK functionality is conditional if ROM_vectors = 1. However on the last update 12-2017 I had accidentally removed the condition for the actual interrupt service routine and that would still try to assemble with reference to the calling BRK test. I will attach a temporary fix for this. Let me Know, if that works for you or wether there are any other issues.

cheers, Klaus

Re: 6502 Klaus Test Program

Posted: Mon Jan 11, 2021 12:58 pm
by plasmo
Thank you for the quick fix. It assembled without error and when loaded into CRC65 and ran from 0x0400 it displayed

Code: Select all

Started testing

All tests completed, press R to repeat

Started testing

All tests completed, press R to repeat
All is good, thank you!

Bill