Assembly Language Program:
Create a procedure that generates a random string of Length L,containing all capital letters. When calling the procedure, passthe value of L in EAX, and pass a pointer to an array of byte thatwill hold the random string. Write a test program that calls yourprocedure 20 times and displays the strings in the console window.In your program, the random string size shall be preset as aconstant.
Can someone please help me with code and show me output window?Thank you
Expert Answer
An answer will be send to you shortly. . . . .