Graphics mode in assembly 8086
问题 I have a variable that is called average and in my DATASEG , it changes every time because the user enters a different input every time. What I want to do is to go to the graphics mode (VGA) and then print there Your average is: and then the average I know how to change to the graphics mode like this: mov ax, 13h int 10h After printing the average I want to print below if the average is above 75 You are a good student, keep up the good work and if not. Don't worry you will get better! Thanks