Question: MUST BE on VISUAL STUDIO 2019 Write the ASSEMBLY code using irvine32.lib With output picture Write a program that will prompt the user i. to
MUST BE on VISUAL STUDIO 2019
Write the ASSEMBLY code using irvine32.lib
With output picture

Write a program that will prompt the user i. to enter a hex digit character ("0" ... "9" or "A" ... "F"), ii. display it on the next line in decimal, and ask the user either he or she wants to do it again. a. If the user types "y" or "Y", the program repeats; b. If the user types anything else, the program terminates. C. If the user enters an illegal character, prompt the user to try again. Example of Result/Output ENTER A HEX DIGIT:9 IN DECIMAL IS IT:9 DO YOU WANT TO DO IT AGAIN?y ENTER A HEX DIGIT:C ILLEGAL CHARACTER- ENTER 6-9 OR A-F:A IN DECIMAL IS IT:10 DO YOU WANT TO DO IT AGAIN?N
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
