This is a very simple program that uses text mode to display a boucing "ball." The ball is just a character that moves across the screen, erasing all in its path. It is coded to work like a screensaver, so the program ends when any key is hit.
NOTE: I am in no ways an assembly guru, if anything i'm a noob; however, if this code helps someone out, then thats great.
This could be good framework for coding in graphics mode. Just replace the ball character with a bit pattern. Anyways, enjoi.