Description In this lab task you will use a link library procedure call to effect stdout display. Write a program that displays the same string in four different colors, using a loop. Call the...


The class I'm taking is assembly programming.


I am completely stuck. I keep getting multiple errors! help! Can you please write out program  so I can compare where I went wrong.  I need to successfully run and compile in visual studio.  I have attached the problem. Please view attachment before answering.  Thank you so much for your help!  Any help is greatly appreciated.


Description<br>In this lab task you will use a link library procedure call to effect stdout display.<br>Write a program that displays the same string in four different colors, using a loop. Call the<br>SetTextColor procedure from the text link library. Any colors may be chosen, but you may<br>find it easiest to change the foreground color.<br>Testing Specification<br>Store values into the EAX and EBX registers. Compile and run your program to validate that<br>your program sequence of statements exchanges the original register values.<br>Define a string to be displayed in the data segment that includes YOUR name.<br>Example:<br>str1 byte

Extracted text: Description In this lab task you will use a link library procedure call to effect stdout display. Write a program that displays the same string in four different colors, using a loop. Call the SetTextColor procedure from the text link library. Any colors may be chosen, but you may find it easiest to change the foreground color. Testing Specification Store values into the EAX and EBX registers. Compile and run your program to validate that your program sequence of statements exchanges the original register values. Define a string to be displayed in the data segment that includes YOUR name. Example: str1 byte "This line is displayed in color selected by Ann Napa",O Documentation Requirements Be sure to provide a commented out header that describes your program. Include in your header description the compiler that you used. Provide inline comments to document your solution.

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here