Answered step by step
Verified Expert Solution
Link Copied!

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.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions