Question: Assembly Language Program: Create a procedure that generates a random string of Length L, containing all capital letters. When calling the procedure, pass the value
Assembly Language Program:
Create a procedure that generates a random string of Length L, containing all capital letters. When calling the procedure, pass the value of L in EAX, and pass a pointer to an array of byte that will hold the random string. Write a test program that calls your procedure 20 times and displays the strings in the console window. In your program, the random string size shall be preset as a constant.
Can someone please help me with code and show me output window? Thank you
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
