6502 Klaus Test Program

Topics pertaining to the emulation or simulation of the 65xx microprocessors and their peripheral chips.
Klaus2m5
Posts: 442
Joined: 28 Jul 2012
Location: Wiesbaden, Germany

Re: 6502 Klaus Test Program

Post 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
Attachments
65C02_extended_opcodes_test.zip
(14.79 KiB) Downloaded 89 times
6502 sources on GitHub: https://github.com/Klaus2m5
plasmo
Posts: 1273
Joined: 21 Dec 2018
Location: Albuquerque NM USA

Re: 6502 Klaus Test Program

Post 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
Post Reply