Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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.
assembly language
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started