home *** CD-ROM | disk | FTP | other *** search
- ; DMalloc v 1.0
- ; (C) 1991-1992 E.Vogelsinger
- ;
- ; This is an exception file for Bounds-Checker(r) (by NuMega Corp.)
- ;
- ; To avoid lots of useless warnings from Bounds-Checker, you can create
- ; an exception file for your program (e.g. TEST.BC). For in-depth info,
- ; please consult your Bounds-Checker documentation.
- ;
- ; If you are using DMalloc, you need to include the following statements
- ; into your BC exception file.
- ;
- ; This exception file is accurate. It has absolutely no side effects
- ; on the debugged program, and only those locations actually accessed
- ; by DMalloc are excluded.
- ;
- ; Comments on the reason for the exceptions are provided at each entry.
-
- ; access to CS based variables
- ACCESS dm_dbga.ASM
- {
- CODE_AREA
- }
-
-
- ; function patcher
- ACCESS dm_patch.ASM
- {
- CODE_AREA
- }
-
-
- ; low level video io
- ACCESS dm_wina.ASM
- {
- VIDEO
- }
-
-
- ; Mouse interrupt
- ; BIOS variables
- READ dm_wina.ASM
- {
- 00000H:000CCH 00000H:000CEH
- 00040H:00049H 00040H:0005EH
- 00040H:00062H
- 00040H:00084H
- }
-
-
- ; FAR NULL area save/restore
- ACCESS dm_heap.C
- {
- 00000H:00000H 00000H:000FFH
- }
-
-
- ; FAR NULL area display (heap window)
- READ dm_dump.C
- {
- 00000H:00000H 00000H:000FFH
- }
-
-
- ; FAR NULL check
- ; Keyboard flags
- READ dm_dbga.ASM
- {
- 00000H:00000H 00000H:000FFH
- 00040H:00017H
- }
-
-