Write a program in 8086 assembly language that accepts a number having
a maximum of two decimal digits. This number is then covered to
equivalent binary and stored in AX register. DX stores the binary
equivalent of 25. The program now compares the AX and DX registers and
outputs whether the number is more, equal or less than 25.