justinshapiro / csci2525-midterm

An assembly language (x86) program that implements the Sieve of Eratosthenes by listing all the prime numbers and divisors from 1 to 100.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This program implements the Sieve of Eratosthenes by listing all the prime numbers and divisors from 1 to 100.

About

An assembly language (x86) program that implements the Sieve of Eratosthenes by listing all the prime numbers and divisors from 1 to 100.


Languages

Language:Assembly 100.0%