summaryrefslogtreecommitdiff
path: root/v4.0/src/INC/BUGTYP.ASM
diff options
context:
space:
mode:
Diffstat (limited to 'v4.0/src/INC/BUGTYP.ASM')
-rw-r--r--v4.0/src/INC/BUGTYP.ASM49
1 files changed, 49 insertions, 0 deletions
diff --git a/v4.0/src/INC/BUGTYP.ASM b/v4.0/src/INC/BUGTYP.ASM
new file mode 100644
index 0000000..076ba36
--- /dev/null
+++ b/v4.0/src/INC/BUGTYP.ASM
@@ -0,0 +1,49 @@
1; SCCSID = @(#)bugtyp.asm 1.1 85/04/09
2;
3; debugging types and levels for MSDOS
4;
5
6TypAccess EQU 0001h
7 LevSFN EQU 0000h
8 LevBUSY EQU 0001h
9
10TypShare EQU 0002h
11 LevShEntry EQU 0000h
12 LevMFTSrch EQU 0001h
13
14TypSect EQU 0004h
15 LevEnter EQU 0000h
16 LevLeave EQU 0001h
17 LevReq EQU 0002h
18
19TypSMB EQU 0008h
20 LevSMBin EQU 0000h
21 LevSMBout EQU 0001h
22 LevParm EQU 0002h
23 LevASCIZ EQU 0003h
24 LevSDB EQU 0004h
25 LevVarlen EQU 0005h
26
27TypNCB EQU 0010h
28 LevNCBin EQU 0000h
29 LevNCBout EQU 0001h
30
31TypSeg EQU 0020h
32 LevAll EQU 0000h
33
34TypSyscall EQU 0040h
35 LevLog EQU 0000h
36 LevArgs EQU 0001h
37
38TypInt24 EQU 0080h
39 LevLog EQU 0000h
40
41TypProlog EQU 0100h
42 LevLog EQU 0000h
43
44TypInt EQU 0200h
45 LevLog equ 0000h
46
47typFCB equ 0400h
48 LevLog equ 0000h
49 LevCheck equ 0001h