//---------------------------------
//
// IDA 5.1 68000 processor module fix by drx
// http://www.hacking-cult.org/
// http://www.hidden-palace.org/
//
// The module used to display pc-relative addresses as e.g.:
//
// lea abc,a0
//
// when it should have been
//
// lea abc(pc),a0
//
// Due do this, the person disassembling an MD ROM would have to create manual operands for every pc-relative instruction.
// This module fixes this bug.
//
// The hack only affects the output function and should not mess the IDB up. However, use at your own risk.
//
// Enjoy.
//
//---------------------------------
cool...you were able to make a module!
I was only able to make an IDC script to help MD Rom disassembling
IDA is definitly a great software...
only problem I have with it is the external file which changes every version (like .int I moded for 4.60 and I'm unable to use it for 4.60+)