HI! In Assembly Language please. I use rextester to run the code. Thanks
A company approached you to write an assembly program that reads an input from the user
which represents a number in Hexadecimal format, and outputs the binary representation
of that number. Write the code then explain how it works. A period terminates the input
Sample Input:
A12BC A10 3
Output:
A12BC: 10100001001010111100 A10:101000010000 3: 11
What to submit
Upload a text fle with your code in it. Remember to print your name before printing the
output.