Skip to content

Commit c813f34

Browse files
committed
Added URLs and short descriptions to all modules.
1 parent 131bd71 commit c813f34

15 files changed

+45
-17
lines changed

assert.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ end
2222
MODULE = {
2323
Type = "Preprocessor",
2424
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"
2628
};
2729

assertdbg.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,7 @@ end
3535
MODULE = {
3636
Type = "Debugger",
3737
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"
3941
};

hmd2043.lua

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,13 @@ end
127127
MODULE = {
128128
Type = "Hardware",
129129
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"
131133
};
132134

133135
HARDWARE = {
134136
ID = 0x74fa4cae,
135137
Version = 0x07c2,
136138
Manufacturer = 0x21544948 -- HAROLD_IT
137-
};
139+
};

inttrace.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,7 @@ end
5555
MODULE = {
5656
Type = "Debugger",
5757
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"
5961
};

memxtend.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ end
6767
MODULE = {
6868
Type = "Hardware",
6969
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"
7173
};
7274

7375
HARDWARE = {

packstr.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,7 @@ end
2525
MODULE = {
2626
Type = "Preprocessor",
2727
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"
2931
};

peephole.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,5 +184,7 @@ end
184184
MODULE = {
185185
Type = "Optimizer",
186186
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"
188190
};

protect.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ end
2727
MODULE = {
2828
Type = "Preprocessor",
2929
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"
3133
};
3234

protectdbg.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,7 @@ end
3535
MODULE = {
3636
Type = "Debugger",
3737
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"
3941
};

rng.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ MODULE = {
3737
Type = "Hardware",
3838
Name = "RNG Hardware",
3939
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"
4242
};
4343

4444
HARDWARE = {

spc2000.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ end
2222
MODULE = {
2323
Type = "Hardware",
2424
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"
2628
};
2729

2830
HARDWARE = {

stackchk.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ end
2222
MODULE = {
2323
Type = "Preprocessor",
2424
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"
2628
};
2729

stackchkdbg.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,7 @@ end
5252
MODULE = {
5353
Type = "Debugger",
5454
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"
5658
};

units.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ end
8484
MODULE = {
8585
Type = "Preprocessor",
8686
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"
8890
};
8991

unitsdbg.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,5 +180,7 @@ end
180180
MODULE = {
181181
Type = "Debugger",
182182
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"
184186
};

0 commit comments

Comments
 (0)