You need to implement an assembly language program to find the greatest value.
Program: Write an assembly language program that will accept two 1-digit numbers (from 0 to 9) from the keyboard, compare the two numbers, and then print out the number of greatest value.
Can you show me how to write a proper code for this problem and how to do it?