""help with TSR"" 
Author Message
 ""help with TSR""

I am interested in writing various TSR (Terminate and stay
resident) programs, but the only thing I managed to do so far
was write a message that stayed on the screen forever using
interrupt 0x1c. When I tried to put the SAME interrupt in
0x10, the computer started putting 'I's all over the screen.
Does anyone have help on the subject???
Omri
/\/\/\/\/\/\/\/\/\/\/\/\/\ /\/\/\/\/\/\/\/\/\/\/\/\~~~/\/\/\/\/\
\   __                   / \  |-}        :-)       \ /   _ _   /
/  /  \          _   `   \ /  Life is a joke!!!    / \   * *   \
\  |  |  /\/\  |/ \  |   / \           - Myself    \ /    |    /
/  \__/  |  |  |     |   \ /  :->                  / \  \___/  \

 \/\/\/\/\/\/\/\/\/\/\/\/___\/\/\/\/\/\/\/\/\/\/\/\/ \/\/\/\/\/


Tue, 25 Jan 1994 06:52:01 GMT  
 ""help with TSR""

Quote:

>I am interested in writing various TSR (Terminate and stay
>resident) programs

Some DOS C compilers help you with this by letting you declare the handler
function with the "interrupt" keyword and other TSR switches.

Otherwise it's an assembly job.  Check int 25H, 35H, 27H, and DOS function
call 31H.

                                        Lloyd Kremer
                                        Hilton Systems, Inc.



Sat, 29 Jan 1994 04:20:11 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. remove() vrs fopen("""w")

2. Displaying binary data as ascii "1"'s and "0"'s

3. Looking for "Shroud"/"Obfus"

4. Parse trees and "("")"

5. Error "free"-ing "malloc"-ed memory

6. Displaying binary data as ascii "1"'s and "0"'s

7. Application "TSR"

8. Attention "C"/"C++" gurus and "C" newbees

9. merits of "#define", "const", and "enum" ???

10. why not "cout", "<<" , and "endl"??

11. "#define" versus "con

12. '.', '::", "->"

 

 
Powered by phpBB® Forum Software