Dec 112017
 
Displays current DOS interrupt (21h) being serviced. ASM source.
File DOSMON3.ZIP from The Programmer’s Corner in
Category Utilities for DOS and Windows Machines
Displays current DOS interrupt (21h) being serviced. ASM source.
File Name File Size Zip Size Zip Type
DOSMON.ASM 6292 2251 deflated
DOSMON.COM 421 387 deflated
DOSMON.DB 4948 1514 deflated
DOSMON.DOC 919 496 deflated
MAKEFILE 246 134 deflated

Download File DOSMON3.ZIP Here

Contents of the DOSMON.DOC file



DOSMON - DOS Activity Monitor 14-May-86 S.H.Smith
Public domain material

'DOSMON' is a small resident utility that monitors DOS service activity.
It intercepts the DOS service interrupt and displays the function
call number on the screen during DOS calls.

The function number is displayed as two hex digits in the upper right
corner of the screen.

DOSMON accesses video ram directly to reduce overhead. It will operate with
displays that are at either B000 or B800. For other displays, you will
get the message:
"ERR: CAN'T FIND VIDEO RAM"
DOSMON won't work if you get this message.

DOSMON does not interfere with DOS functions in any way.
The overhead for DOSMON is about 3% for programs that use
a lot of DOS functions.

-----------------------
may, 1989
converted to real assembly and sped up by jack velte
1(301) 441-2008


 December 11, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)