The class I'm taking is assembly programming. I am completely stuck. I keep getting the same error! " A1000: cannot open file : Irvine32.inc " help! Can you please take a look at my work and tell me what I should change so I can successfully run and compile in visual studio. I have attached the program instructions. I have also attached a screenshot of the error i am getting once i comile program. I will also copy and paste my code below for you to view. Please view both attachments before answering. Thank you so much for your help! Any help is greatly appreciated. program instructions: 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. 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.
The class I'm taking is assembly
I am completely stuck. I keep getting the same error! " A1000: cannot open file : Irvine32.inc " help! Can you please take a look at my work and tell me what I should change so I can successfully run and compile in visual studio. I have attached the program instructions. I have also attached a screenshot of the error i am getting once i comile program. I will also copy and paste my code below for you to view. Please view both attachments before answering. Thank you so much for your help! Any help is greatly appreciated.
program instructions: 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. 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.
Step by step
Solved in 3 steps