Question: 7. Write a macro named mPromptInteger that displays a prompt and inputs an integer from the user. Pass it a string literal and the name
7. Write a macro named mPromptInteger that displays a prompt and inputs an integer from the user. Pass it a string literal and the name of a doubleword variable. Sample call:
.data minVal DWORD ?
.code mPromptInteger "Enter the minimum value", minVal
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
