https://github.com/sameetasadullah/check-perfect-number-in-assembly
Code written in Assembly Language to check whether the given number is a Perfect Number or not. If it is a perfect number then it prints its factors as well
https://github.com/sameetasadullah/check-perfect-number-in-assembly
8086-architecture assembly-language dosbox masm615 perfect-number
Last synced: 3 months ago
JSON representation
Code written in Assembly Language to check whether the given number is a Perfect Number or not. If it is a perfect number then it prints its factors as well
- Host: GitHub
- URL: https://github.com/sameetasadullah/check-perfect-number-in-assembly
- Owner: SameetAsadullah
- Created: 2022-07-22T22:20:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-22T22:26:15.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T17:51:08.363Z (4 months ago)
- Topics: 8086-architecture, assembly-language, dosbox, masm615, perfect-number
- Language: Assembly
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Check Perfect Number in Assembly
### Description
It is a simple code written in `Assembly Language` to check whether the given number is a `Perfect Number` or not. If it is a perfect number then it prints its `Factors` as well### Manual
1) Use these command in dosbox to `Compile` and `Run` the code:
```
ml main.asm
```
```
main.exe
```
![]()