summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/tools.t24
1 files changed, 12 insertions, 12 deletions
diff --git a/www/tools.t b/www/tools.t
index c1c72b6044..ad469ecba9 100644
--- a/www/tools.t
+++ b/www/tools.t
@@ -22,18 +22,18 @@ The data is then spread over four memory segments. The two least significant bit
22 22
23<p>I've written a small utility to descramble the firmware files: 23<p>I've written a small utility to descramble the firmware files:
24<ul> 24<ul>
25<li><a href="descramble.c">descramble.c</a> - 1835 bytes - The source code (pure ANSI C, should work everywhere). GPL licensed. 25<li><a href="tools/descramble.c">descramble.c</a> - 1835 bytes - The source code (pure ANSI C, should work everywhere). GPL licensed.
26<li><a href="descramble">descramble</a> - 4280 bytes - Dynamically linked i386 linux executable 26<li><a href="tools/descramble">descramble</a> - 4280 bytes - Dynamically linked i386 linux executable
27<li><a href="descramble.static.bz2">descramble.static.bz2</a> - 176015 bytes - bzip2 compressed statically linked i386 linux executable 27<li><a href="tools/descramble.static.bz2">descramble.static.bz2</a> - 176015 bytes - bzip2 compressed statically linked i386 linux executable
28<li><a href="descramble.exe">descramble.exe</a> - 45056 bytes - win32 executable 28<li><a href="tools/descramble.exe">descramble.exe</a> - 45056 bytes - win32 executable
29</ul> 29</ul>
30 30
31<p>...and one to scramble files: 31<p>...and one to scramble files:
32<ul> 32<ul>
33<li><a href="scramble.c">scramble.c</a> - 2242 bytes - The source code (pure ANSI C, should work everywhere). GPL licensed. 33<li><a href="tools/scramble.c">scramble.c</a> - 2242 bytes - The source code (pure ANSI C, should work everywhere). GPL licensed.
34<li><a href="scramble">scramble</a> - 4376 bytes - Dynamically linked i386 linux executable 34<li><a href="tools/scramble">scramble</a> - 4376 bytes - Dynamically linked i386 linux executable
35<li><a href="scramble.static.bz2">scramble.static.bz2</a> - 176117 bytes - bzip2 compressed statically linked i386 linux executable 35<li><a href="tools/scramble.static.bz2">scramble.static.bz2</a> - 176117 bytes - bzip2 compressed statically linked i386 linux executable
36<li><a href="scramble.exe">scramble.exe</a> - 93385 bytes - win32 executable 36<li><a href="tools/scramble.exe">scramble.exe</a> - 93385 bytes - win32 executable
37</ul> 37</ul>
38 38
39<h2>Disassembler</h2> 39<h2>Disassembler</h2>
@@ -41,10 +41,10 @@ The data is then spread over four memory segments. The two least significant bit
41<p>I found a nice public domain SH-1/SH-2 disassembler written by Bart Trzynadlowski, called <a href="http://saturndev.emuvibes.com/Files/sh2d020.zip">sh2d</a>: 41<p>I found a nice public domain SH-1/SH-2 disassembler written by Bart Trzynadlowski, called <a href="http://saturndev.emuvibes.com/Files/sh2d020.zip">sh2d</a>:
42<p><b>Update:</b> I've added address lookup and register name translation to the disassembler (2001-12-09) 42<p><b>Update:</b> I've added address lookup and register name translation to the disassembler (2001-12-09)
43<ul> 43<ul>
44<li><a href="sh2d.c">sh2d.c</a> - 28 kB - Source code 44<li><a href="tools/sh2d.c">sh2d.c</a> - 28 kB - Source code
45<li><a href="sh2d">sh2d</a> - 15 kB - Dynamically linked i386 linux executable 45<li><a href="tools/sh2d">sh2d</a> - 15 kB - Dynamically linked i386 linux executable
46<li><a href="sh2d.static.bz2">sh2d.static.bz2</a> - 170 kB - bzip2 compressed statically linked i386 linux executable 46<li><a href="tools/sh2d.static.bz2">sh2d.static.bz2</a> - 170 kB - bzip2 compressed statically linked i386 linux executable
47<li><a href="sh2d.exe">sh2d.exe</a> - 40 kB - win32 executable (original version; no lookup) 47<li><a href="tools/sh2d.exe">sh2d.exe</a> - 40 kB - win32 executable (original version; no lookup)
48</ul> 48</ul>
49 49
50<h2>Compiler</h2> 50<h2>Compiler</h2>