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 steps below to perform the operation. Given the value 7810 (78 base 10) and 3110(31 base 10) for NUM1 and NUM2, predict how each instruction will affect memory and/or internal register contents.