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
6502 Klaus Test Program
Re: 6502 Klaus Test Program
- Attachments
-
- 65C02_extended_opcodes_test.zip
- (14.79 KiB) Downloaded 88 times
6502 sources on GitHub: https://github.com/Klaus2m5
Re: 6502 Klaus Test Program
Thank you for the quick fix. It assembled without error and when loaded into CRC65 and ran from 0x0400 it displayed
All is good, thank you!
Bill
Code: Select all
Started testing
All tests completed, press R to repeat
Started testing
All tests completed, press R to repeat
Bill