hwnd
February 6th, 2011, 17:16
I'm not sure exactly what this might be called or if its possible within IDA.
I'm working with indirect addressing (Motorola 16bit CPU) and I'd like to help make the disassembly a bit more readable. I did read a bit of the manual and what I found was a manual-operand change (ALT-F1) gives me what I am visually after but I'm not sure if this is correct.
So for the example, I have tons of instructions like and what I'd like to have is
I can do it with entering manual operand but the name doesn't correlate to the address. Where am I going wrong?
2423
I'm working with indirect addressing (Motorola 16bit CPU) and I'd like to help make the disassembly a bit more readable. I did read a bit of the manual and what I found was a manual-operand change (ALT-F1) gives me what I am visually after but I'm not sure if this is correct.
So for the example, I have tons of instructions like
Code:
lde 3Ah, Z
Code:
lde PIN3A
I can do it with entering manual operand but the name doesn't correlate to the address. Where am I going wrong?
2423