PlummersSoftwareLLC / Primes

Prime Number Projects in C#/C++/Python
https://plummerssoftwarellc.github.io/PrimeView/
2.44k stars 575 forks source link

Add solution for Ben Eater's 65c02 breadboard computer #901

Closed rbergen closed 1 year ago

rbergen commented 1 year ago

Description

This adds another solution in 6502 assembly (or 65c02 assembly to be precise). This one targets the 65c02 breadboard computer discussed by Ben Eater in a video series he created on YouTube.

A YouTube short of the solution running is available here: https://www.youtube.com/shorts/4maTnNTL4Ag

Contributing requirements