[solved]-Write Macro Named Mshowvalue Writes Literal String Standard Output Followed Contents Integ Q39094586
write a macro named mShowValue that writes a literal string tostandard output, followed by the contents of an integer variable inunsigned decimal. Push and pop any registers modified by macro. Alllabels must be local. Following is a sample call.
.data
salary DWORD 52100
.code
mShowValue “Salary is equal to: “, salary
Expert Answer
Answer to write a macro named mShowValue that writes a literal string to standard output, followed by the contents of an integer v… . . .
OR

