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
-
Use these command in dosbox to
CompileandRunthe code:ml main.asmmain.exe
