Question: write the programs in assembly language Main PROC - To learn about different link library procedures. - Be able to translate flow charts to assembly
write the programs in assembly language

Main PROC - To learn about different link library procedures. - Be able to translate flow charts to assembly language code. - Be able to write procedures. 1. Write a program that clears the screen, locates the cursor near the middle of the screen, prompts the user for two integers, adds the integers, and displays their sum. (10 points) 2. Write a program that displays the same string in four different colors, using a loop. Call the SetTextColor procedure from the book's link library. Any colors may be chosen, but you may find it easiest to change the foreground color (10 points) 3. Write an assembly program that corresponds to the following flowchart diagram. Indicate in the comments the function of the program. (10 points)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
