Question: Create a procedure that generates a random string containing all lowercase letters. The length of the string should be specified by a symbolic constant named

Create a procedure that generates a random string containing all lowercase letters. The length of the string should be specified by a symbolic constant named RANDOM_STRING_LENGTH (use EQU or = to define). When calling the procedure, pass a pointer using EAX to the start of the array of bytes that will hold the random string.

Write, debug, and test a test program that calls your procedure 10 times and displays the strings in the console window.

Make sure you use the symbolic constant to declare and reserve the memory needed to hold the string (byte array) and make sure there is ample room in the array to add a terminating null (0).

Submit your code (.asm file)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!