Question: Write a Assembly language program that starts with an initially undefined byte array of maximum size 100, and lets the user Insert single characters into
Write a Assembly language program that starts with an initially undefined byte array of maximum size 100, and lets the user Insert single characters into the array in such a way that the array is always sorted in ascending order. The program should print a question mark, let the user enter a character, and display the array With the new character Inserted. Input ends when the user hits the ESC key. Duplicatecharacters should be ignored.

Sample output
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
