[Contest] 6507 Calculator

Let's talk about anything related to the 6502 microprocessor.
SamCoVT
Posts: 344
Joined: 13 May 2018

Re: [Contest] 6507 Calculator

Post by SamCoVT »

That is some excellent work. Thanks for sharing!
kakemoms
Posts: 349
Joined: 02 Mar 2016

Re: [Contest] 6507 Calculator

Post by kakemoms »

Instead of using actual random numbers, you can simply use a pseudo-random sequence or something like it to get the same sequence of numbers on different platforms. Add the calculation results to check if they are the same.

Here is an discussion on sequence generators: http://sleepingelephant.com/ipw-web/bul ... f=2&t=2348
Post Reply