]> wirehaze git hosting - MS-DOS.git/blob - v4.0/src/CMD/MEM/MEM.SKL

wirehaze git hosting

MZ is back!
[MS-DOS.git] / v4.0 / src / CMD / MEM / MEM.SKL
1
2 :util MEM
3
4 :class 1
5
6 :class A
7 :use COMMON1 ;Incorrect DOS version
8 :def 10 CR,LF
9 :def 11 " Address Name Size Type ",CR,LF
10 :def 12 " ÄÄÄÄÄÄÄ ÄÄÄÄÄÄÄÄ ÄÄÄÄÄÄ ÄÄÄÄÄÄ",CR,LF
11 :def 13 " Handle EMS Name Size ",CR,LF
12 :def 14 " ÄÄÄÄÄÄÄ ÄÄÄÄÄÄÄÄ ÄÄÄÄÄÄ ",CR,LF
13 :def 15 " %1 %2 %3 %4",CR,LF
14 :def 16 " %1 %2 %3 ",CR,LF
15 :def 17 " %1 %2 ",CR,LF ;fix in usa
16 :def 18 "%1 bytes total memory",CR,LF
17 :def 19 "%1 bytes available",CR,LF
18 :def 20 "%1 largest executable program size",CR,LF
19 :def 21 "%1 bytes total EMS memory",CR,LF
20 :def 22 "%1 bytes free EMS memory",CR,LF
21 :def 23 "%1 bytes total extended memory",CR,LF
22 :def 24 "Interrupt Vector",0
23 :def 25 "ROM Communication Area",0
24 :def 26 "DOS Communication Area",0
25 :def 27 "IBMBIO",0
26 :def 28 "IBMDOS",0
27 :def 29 "System Data",0
28 :def 30 "System Program",0
29 :def 31 "System Device Driver",0
30 :def 32 "Installed Device Driver",0
31 :def 33 "%1:",0
32 :def 34 "%1: - %2:",0
33 :def 35 "BUFFERS=",0
34 :def 36 "FILES=",0
35 :def 37 "FCBS=",0
36 :def 38 "STACKS=",0
37 :def 39 "DEVICE=",0
38 :def 40 "IFS=",0
39 :def 45 "INSTALL=",0
40
41 :class B
42 :def 41 "LASTDRIVE=",0
43 :def 42 "----------",0
44 :def 43 " ",0
45 :def 44 " %1 %2 %3",CR,LF
46 :def 46 "%1 bytes available extended memory",CR,LF
47 :def 47 "System Stacks",0
48 :def 48 "-- Free --",0
49 :def 49 "Program",0
50 :def 50 "Environment",0
51 :def 51 "Data",0
52
53 :end