SH2I - Super Hitachi 2 Inspector

paul_met

Established Member
This program allows you to convert the machine code of the processor "SH-2" (Super Hitachi 2), into text (list of instructions).

Main features:
=======================
  • Disassembling the code.
  • Editing instructions with recompilation.
  • Searching by instruction type and PC address.
  • Searching for PC reference.
  • Swap instructions.
 

Attachments

  • z.png
    z.png
    97.6 KB · Views: 204
  • SH2_Inspector_(v1,4).zip
    215 KB · Views: 211
Last edited:
Should we post this to the resources area and make this the discussion thread for it?
 
This looks like a cool project. I mean no offense, but is there a reason you didn't want to use Ghidra? Genuinely curious and I realize with your skills you probably want to use your own tools.

For me I've been digging Ghidra's decompiler (after using the updated SH-2 processor module).
 
This looks like a cool project. I mean no offense, but is there a reason you didn't want to use Ghidra? Genuinely curious and I realize with your skills you probably want to use your own tools.

For me I've been digging Ghidra's decompiler (after using the updated SH-2 processor module).
I have never used Ghidra, but I suspect it is for advanced users. My utility is for middle peasants.
 
Changes in version 1.1:
__________________________
  • Fixed bug with "MAC.W" instruction.
  • Added the ability to search by code.
  • Added the ability to execute instructions (only for constants).
 
  • Like
Reactions: vbt
Changes in version 1.2:
_______________________
- Fixed a bug with the recognition of the instruction code "RTS" and "NOP".
- Added the ability to export disassembled code to a text file.
 
Changes in version 1.3:
_______________________
- Fixed a bug with code recognition of the instructions type "LDS".
- Added the ability to swap instructions.
- Added the ability to copy the PC address to the clipboard.
 
Changes in version 1.4:
_______________________
- Improved code disassembly speed (up to 2.5x).
- Improved the accuracy of instructions code recognition.
 
Este programa te permite convertir el código máquina del procesador "SH-2" (Super Hitachi 2), en texto (lista de instrucciones).

Principales características:
=======================
  • Desensamblar el código.
  • Instrucciones de edición con recompilación.
  • Búsqueda por tipo de instrucción y dirección de PC.
  • Buscando referencia de PC.
  • Intercambio de instrucciones.

This program allows you to convert the machine code of the processor "SH-2" (Super Hitachi 2), into text (list of instructions).

Main features:
=======================
  • Disassembling the code.
  • Editing instructions with recompilation.
  • Searching by instruction type and PC address.
  • Searching for PC reference.
  • Swap instructions.
Best regards, with which tool (programmer) can I read and write the integrated circuit?
 
Back
Top