Answered You can hire a professional tutor to get the answer.
Develop the pseudo-code below for a program that will retrieve 2 bytes (NUM1 and NUM2) from memory, determine which is closest to the numeric value
Develop the pseudo-code below for a program that will retrieve 2 bytes (NUM1 and NUM2) from memory, determine which is closest to the numeric value 50, and indicate the result by setting a variable named “CLOSEST” to 1 (if 1st byte is closest) or 2 (if 2nd byte is closest).Write the assembly language program to perform the operation above.