Develop the pseudo-code below for a program


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).
Given the value 78_10 and 31_10 for NUM1 and NUM2 used in Problems 8 and 9, predict how each instruction in Problem 9 will affect memory and/or internal register contents.

Request for Solution File

Ask an Expert for Answer!!
Data Structure & Algorithms: Develop the pseudo-code below for a program
Reference No:- TGS0123583

Expected delivery within 24 Hours