"C" language Programme Question urgently required - TechRepublic
Question
April 5, 2007 at 05:16 AM
khushrahu

“C” language Programme Question urgently required

by khushrahu . Updated 19 years, 3 months ago

Respected Sir,
My name is Mohsin.

Question;
Write a TSR program that will act like a simple screen saver. Once invoked after 10 seconds of the invocation of your program, it will display your name; name will remained on screen until the ?B? key is pressed. Once the ?B? is pressed the previous screen will restored.

Hint:

Use Timer interrupt (0x08H)
Intercept Keyboard interrupt (0x09H)
Use video text memory address 0xB000000H

Note: submit .C files only.

This discussion is locked

All Comments