File tree Expand file tree Collapse file tree 15 files changed +45
-17
lines changed Expand file tree Collapse file tree 15 files changed +45
-17
lines changed Original file line number Diff line number Diff line change 22
22
MODULE = {
23
23
Type = " Preprocessor" ,
24
24
Name = " .ASSERT directive" ,
25
- Version = " 1.0"
25
+ Version = " 1.0" ,
26
+ SDescription = " The .ASSERT directive" ,
27
+ URL = " http://dcputoolcha.in/docs/modules/list/assert.html"
26
28
};
27
29
Original file line number Diff line number Diff line change 35
35
MODULE = {
36
36
Type = " Debugger" ,
37
37
Name = " Assertion Module" ,
38
- Version = " 1.0"
38
+ Version = " 1.0" ,
39
+ SDescription = " Checks .ASSERT directives at runtime" ,
40
+ URL = " http://dcputoolcha.in/docs/modules/list/assert.html"
39
41
};
Original file line number Diff line number Diff line change @@ -127,11 +127,13 @@ end
127
127
MODULE = {
128
128
Type = " Hardware" ,
129
129
Name = " HMD2043" ,
130
- Version = " 1.1"
130
+ Version = " 1.1" ,
131
+ SDescription = " Deprecated HMD2043 hardware device" ,
132
+ URL = " http://dcputoolcha.in/docs/modules/list/hmd2043.html"
131
133
};
132
134
133
135
HARDWARE = {
134
136
ID = 0x74fa4cae ,
135
137
Version = 0x07c2 ,
136
138
Manufacturer = 0x21544948 -- HAROLD_IT
137
- };
139
+ };
Original file line number Diff line number Diff line change 55
55
MODULE = {
56
56
Type = " Debugger" ,
57
57
Name = " Interrupt Verification Module" ,
58
- Version = " 1.0"
58
+ Version = " 1.0" ,
59
+ SDescription = " Checks interrupt handlers at runtime" ,
60
+ URL = " http://dcputoolcha.in/docs/modules/list/inttrace.html"
59
61
};
Original file line number Diff line number Diff line change 67
67
MODULE = {
68
68
Type = " Hardware" ,
69
69
Name = " MEMXTEND - Physical Memory Extensions" ,
70
- Version = " 0.1"
70
+ Version = " 0.1" ,
71
+ SDescription = " Physical memory swapping device" ,
72
+ URL = " http://dcputoolcha.in/docs/modules/list/memxtend.html"
71
73
};
72
74
73
75
HARDWARE = {
Original file line number Diff line number Diff line change 25
25
MODULE = {
26
26
Type = " Preprocessor" ,
27
27
Name = " .PACKSTR directive" ,
28
- Version = " 1.0"
28
+ Version = " 1.0" ,
29
+ SDescription = " The .PACKSTR directive" ,
30
+ URL = " http://dcputoolcha.in/docs/modules/list/packstr.html"
29
31
};
Original file line number Diff line number Diff line change 184
184
MODULE = {
185
185
Type = " Optimizer" ,
186
186
Name = " Peephole Optimizer" ,
187
- Version = " 1.0"
187
+ Version = " 1.0" ,
188
+ SDescription = " The peephole assembly optimizer" ,
189
+ URL = " http://dcputoolcha.in/docs/modules/list/peephole.html"
188
190
};
Original file line number Diff line number Diff line change 27
27
MODULE = {
28
28
Type = " Preprocessor" ,
29
29
Name = " .PROTECT / .ENDPROTECT directive" ,
30
- Version = " 1.0"
30
+ Version = " 1.0" ,
31
+ SDescription = " The .PROTECT and .ENDPROTECT directives" ,
32
+ URL = " http://dcputoolcha.in/docs/modules/list/protect.html"
31
33
};
32
34
Original file line number Diff line number Diff line change 35
35
MODULE = {
36
36
Type = " Debugger" ,
37
37
Name = " Memory Protection Module" ,
38
- Version = " 1.0"
38
+ Version = " 1.0" ,
39
+ SDescription = " Checks protected memory blocks (.PROTECT) at runtime" ,
40
+ URL = " http://dcputoolcha.in/docs/modules/list/protect.html"
39
41
};
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ MODULE = {
37
37
Type = " Hardware" ,
38
38
Name = " RNG Hardware" ,
39
39
Version = " 1.0" ,
40
- SDescription = " Provides a random number generator device" ,
41
- URL = " http://dcputoolcha.in/docs/modules/rng"
40
+ SDescription = " The random number generator device" ,
41
+ URL = " http://dcputoolcha.in/docs/modules/list/ rng.html "
42
42
};
43
43
44
44
HARDWARE = {
Original file line number Diff line number Diff line change 22
22
MODULE = {
23
23
Type = " Hardware" ,
24
24
Name = " SPC2000" ,
25
- Version = " 1.1"
25
+ Version = " 1.1" ,
26
+ SDescription = " Official SPC2000 hardware device" ,
27
+ URL = " http://dcputoolcha.in/docs/modules/list/spc2000.html"
26
28
};
27
29
28
30
HARDWARE = {
Original file line number Diff line number Diff line change 22
22
MODULE = {
23
23
Type = " Preprocessor" ,
24
24
Name = " .STACK directive" ,
25
- Version = " 1.0"
25
+ Version = " 1.0" ,
26
+ SDescription = " The .STACK directive" ,
27
+ URL = " http://dcputoolcha.in/docs/modules/list/stackchk.html"
26
28
};
27
29
Original file line number Diff line number Diff line change 52
52
MODULE = {
53
53
Type = " Debugger" ,
54
54
Name = " Stack Checking Module" ,
55
- Version = " 1.0"
55
+ Version = " 1.0" ,
56
+ SDescription = " Checks .STACK directives at runtime" ,
57
+ URL = " http://dcputoolcha.in/docs/modules/list/stackchk.html"
56
58
};
Original file line number Diff line number Diff line change 84
84
MODULE = {
85
85
Type = " Preprocessor" ,
86
86
Name = " Unit Testing" ,
87
- Version = " 1.0"
87
+ Version = " 1.0" ,
88
+ SDescription = " The .UNIT and associated directives" ,
89
+ URL = " http://dcputoolcha.in/docs/modules/list/units.html"
88
90
};
89
91
Original file line number Diff line number Diff line change 180
180
MODULE = {
181
181
Type = " Debugger" ,
182
182
Name = " Unit Testing" ,
183
- Version = " 1.0"
183
+ Version = " 1.0" ,
184
+ SDescription = " Performs unit testing at runtime with .UNIT" ,
185
+ URL = " http://dcputoolcha.in/docs/modules/list/units.html"
184
186
};
You can’t perform that action at this time.
0 commit comments