PlummersSoftwareLLC / Primes

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

Add solution in Intel 8080 assembly #937

Closed rbergen closed 11 months ago

rbergen commented 11 months ago

Description

This adds a solution in the assembly language for the Intel 8080, a CPU used in systems like the MITS Altair 8800 and a number of its clones.

Credits for the solution's source code go to Mike Douglas.

Contributing requirements