Bernie wrote:
> 

> But I don't know how to program a TSR (yes really),

After your program loading and initialization is complete, de-allocate all
but the memory you require and issue an INT21 with AH=31H and AL=any return 
code you want.  Place all initialization code physically at the end so you
can release or re-use that space.  Remember that the TSR must also contain
code to determine if it is already loaded. If you wish to have a "HELP"
function, that may be contained completely outside the TSR and will be
executed by the loader portion. 

-  Clarence Verge
--
-  Help stamp out FATWARE.  As a start visit: http://home.arachne.cz/
--


Reply via email to