Assembly Language for x86 processors
You are to write a program which should first ask for 4 randomnumbers from 0-20 (user will inpute these numbers in no presetorder). Input these 5 numbers in variables called num1, num2, num3,num4, and num5. When done, your program should sort these numbers(you will use lots of conditions to check order). num1 shouldcontain smallest number while num5 should contain the biggest.display the contents of num1 through num5 on the screen.