Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 574 Bytes

File metadata and controls

17 lines (14 loc) · 574 Bytes

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