hwnd
November 2nd, 2009, 22:13
Hello,
I'm having a bit of an issue trying to get specific results from IDA's kernel.
Have been fumbling around with an 8bit MCU and am trying my hand at writing a custom proc module. things are working out so far but i'm having issues with printing labels vs. addr
Expected Output in IDA
but i'm getting absolute addresses instead labels. i am struggling trying to understand why it isn't working correctly. the book i'm following doesn't touch on using labels so I'm hoping someone here could point me in the right direction.
I'm having a bit of an issue trying to get specific results from IDA's kernel.
Have been fumbling around with an 8bit MCU and am trying my hand at writing a custom proc module. things are working out so far but i'm having issues with printing labels vs. addr
Expected Output in IDA
Code:
ROM:BAB2 jsr LOC_B5DE
ROM:BAB8 jsr LOC_D3BA
but i'm getting absolute addresses instead labels. i am struggling trying to understand why it isn't working correctly. the book i'm following doesn't touch on using labels so I'm hoping someone here could point me in the right direction.