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

I've written a small utility to descramble the firmware files:

...and one to scramble files:

Disassembler

@@ -41,10 +41,10 @@ The data is then spread over four memory segments. The two least significant bit

I found a nice public domain SH-1/SH-2 disassembler written by Bart Trzynadlowski, called sh2d:

Update: I've added address lookup and register name translation to the disassembler (2001-12-09)

Compiler