Question: Write a x64 MASM program using ReadConsoleA and WriteConsoleA to prompt the user for their name. The program should then display the user's name surrounded
Write a x64 MASM program using ReadConsoleA and WriteConsoleA to prompt the user for their name. The program should then display the user's name surrounded by asterisks. Allow the name to be up to 30 characters long.
Example (user input is boldface, and there are 28 asterisks on the top and bottom lines):
What is your name? Kristin Jacobs
**************************** *Kristin Jacobs * ****************************
Copy / Paste a sample run from the console screen into your .asm file following your END directive.
***MUST BE ASM*** Please dont code in C++. Thanks
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
