This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Can dis2000 print both load and run sections?

I'd like to have dis2000 print both the load and run sections for a some of my code. Right now it gives me a line like

TEXT Section "name" (Little Endian), 0x7e6 words at 0x00008000 [Loaded from 0x0000a000]
00008000        etc....

But I'd also like it to list what's at 0x0000a000 separately. I know they're the same, but it'd be useful for the scripting we're trying to do based on this output. I've tried a few different combinations of options for dis2000, but didn't have any luck. Is this possible?

Whitney