

                        Tom & Jerry RISC Disassembler
                       Copyright 1997 Duranik Software


   Usage:  bin2risc <file> [-options]

   options are:

   ?: print help

   w: don't wait for key

   d: disassemble Jerry (DSP) Code
      default ist disassemble Tom (GPU) Code

   file: File to disassemble

   The output filename is the same as <file> apart from the ending.
   The ending is ".DIS".


  Note: Be sure to select the correct RISC-Type (DSP/GPU) switch,
        because some Opcodes are the same for DSP/GPU
        (for example DSP:mirror ; GPU:storep) but did not mean the
        same Instruction.

        Be aware that there is possibly a header on the RISC-Routine
        (dependent on the Code-Generator used) which will also be
        disassembled.


        
 If you have Error-Reports, Suggestions or Comments to this little tool
 write to:

       jgraf@hugo.rz.fh-ulm.de      or      duranik@aol.com    



 ***************************************************************************

      Attention : You use this tool at your own risk
                  We are in no event be liable for consequential or
                  incidental damages resulting from this product

 ***************************************************************************


