Write a TSR Program: Changing the Background Color

  • Thread starter Thread starter bc030400412
  • Start date Start date
  • Tags Tags
    Color Program
AI Thread Summary
The discussion focuses on creating a TSR (Terminate and Stay Resident) program that alternates the screen background color between red and white every five seconds, stopping only when the 'Q' key is pressed. Key technical points include intercepting the keyboard interrupt (0x09H), utilizing video text memory address (0xB000000H), and implementing a timer interrupt. Participants express a need for assistance with the assignment, specifically requesting .C file submissions. The conversation emphasizes the importance of not altering the text displayed on the screen while executing the color changes. The thread highlights a collaborative effort in system programming tasks.
bc030400412
Messages
9
Reaction score
0
Write a TSR program that changes the background color of the screen to red every 5 second and then white next 5 second, And this continues until you press ‘Q’ It should not modify the text displayed on the screen.

Hint:

1_ Intercept Keyboard interrupt (0x09H)
2_ Use video text memory address 0xB000000H
3_ Use timer interrupt.

Note: submit .C files only.
 
Physics news on Phys.org
i need System programming

hii
i need the assign of system programming. if u done it so pleasez send me. i m waiting ur reply.

life_fast@hotmail.com
Allah Hafiz.
 
Back
Top