View Single Post
Old 01-21-2014, 04:00 PM   #410
ztan
Senior Member
 
Join Date: Jul 2013
Drives: Toyota 86
Location: Gold Coast, Australia
Posts: 311
Thanks: 44
Thanked 362 Times in 145 Posts
Mentioned: 60 Post(s)
Quote:
Originally Posted by AdrianG View Post
I'd like to see the address for defogger, or something simple to use as a trigger for OP2 logging...

I'm curious about the tools you use for disassembly.. is there an IDE that someone like me could get their hands on to learn more?
I'm new to this also, from a non-technical, non-NASA background.

Get the Renesas 72531 user manual, SH2 and SH2_A software manuals from the Renesas sites.

Have a look at NSFW's RomRaider posts on IDA usage:

http://www.romraider.com/forum/viewt...hp?f=25&t=6303

and HEW usage:

http://www.romraider.com/forum/viewt...hp?f=25&t=7680

A fully functional HEW with SuperH tools is obtainable from:

http://www.kpitgnutools.com/index.php

All are a bit of work to get to understand, and the memory and processor settings must be right for HEW to work well, but once it works, you have a fully functional simulator and can look at all the registers and memory as you step through code, seeing how each instruction works on the chip. Doing this also helps you understand the SH2 manuals more easily.
ztan is offline   Reply With Quote
The Following 3 Users Say Thank You to ztan For This Useful Post:
AdrianG (01-21-2014), illmatic (01-31-2014), Td-d (01-21-2014)