Search found 2 matches

by sclucas
Mon Mar 14, 2022 1:08 pm
Forum: Emulation and Simulation
Topic: How long should Klaus functional test take?
Replies: 19
Views: 21291

Re: How long should Klaus functional test take?

Thanks!, sorry missed that. I don't mind being out with the cycles (as I can fix that) but being out by instructions puzzles me. But I am running the test to completion with 1,183 extra instructions. Weird.
by sclucas
Mon Mar 14, 2022 10:23 am
Forum: Emulation and Simulation
Topic: How long should Klaus functional test take?
Replies: 19
Views: 21291

Re: How long should Klaus functional test take?

Hi, I created a python based 6502 emulator. It runs slowly but I made it to learn the processor. It successfully runs the Klaus functional test (well I assume successful as it exits nicely at address 0x3469). However, it runs thought with around1M cycles less that stated above. This is fine as I ...