UMBC CMSC 211 Spring 2000

CSEE | 211 | 211 S'00 | lectures | news | help


Project 6 -- Spring 2000

Due: 15 May 2000

Description

Project 6 is to develop a program using no macros or interrupts to display text. You are to display the message: After the text is use a loop to change the colors using all possible combinations of colors. (To make it easier, don't worry about having the foreground and background the same, as it will be changing.) You can make things simple and use all 256 attribute combinations. When the look is finished, restore the screen to normal.

Output

The output of your program will look like this (assuming the current color is red on white):
Video Programming in Assembly Language