Question: please use c++ on visual studio. Write a x64 MASM program using ReadConsoleA and Write ConsoleA to prompt the user for their name. The program
please use c++ on visual studio.
Write a x64 MASM program using ReadConsoleA and Write ConsoleA 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
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
