HomeForumsWhat's newResources 
 
 
SH2I - Super Hitachi 2 Inspector
paul_met - Apr 9, 2021
 paul_met Apr 9, 2021
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.

 dibz Apr 9, 2021
Should we post this to the resources area and make this the discussion thread for it?

 paul_met Apr 9, 2021

dibz said:

If that makes sense.

 slinga Apr 10, 2021
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).

 paul_met Apr 10, 2021

slinga said:

I have never used Ghidra, but I suspect it is for advanced users. My utility is for middle peasants.

 paul_met Apr 15, 2021
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).

 Knight0fDragon Apr 17, 2021
you have a bug where NOP (0009h) is being reported as RTS(000Bh)

 Knight0fDragon Apr 18, 2021
If I may make a suggestion, an export to text file button.

 paul_met Apr 18, 2021

Knight0fDragon said:

Not bad idea. Ok.

 paul_met Apr 19, 2021
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.

 Knight0fDragon Apr 20, 2021
Another bug, you are displaying LDS.S incorrectly

06003AC2 LDS.L @R2+, PR 4F26

should be

06003AC2 LDS.L @R15+, PR 4F26

 paul_met Apr 21, 2021
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.

 paul_met Apr 22, 2021
Changes in version 1.4:
_______________________
- Improved code disassembly speed (up to 2.5x).
- Improved the accuracy of instructions code recognition.

 nelbayo Jun 25, 2023

paul_met said:



paul_met said:

Best regards, with which tool (programmer) can I read and write the integrated circuit?