Primality test algorithm using Assembly 8086
The objectif is testing primality for unsigned integers
- Case of a primary integer
- Case of a non primary integer: we show the first divider found
- Special case of 0
- Special case of 1
- Input validation: Error message in case of wrong input
Made with contributors-img.