Hello
You can disassemble a full absolute file in the following way:
- Click with the right mouse button in the .mpc window
- Select "Add Files"
- Add the generated .abs file to your project
- Click with the right mouse button on the .abs file name in the .mcp window
- Select disassemble. A new window will be opened containing the
disassembly code for the absolute file.
Make sure to remove the .abs file from the project before next rebuild.
Around why you get wrong jump address, I cannot tell.
I would suggest you to submit a service request to our support team through our web interface.
CrasyCat
Thanks for the tip on generating the complete listing. It clearly shows the incorrect addresses.
As a follow-up, I downloaded 5.1 onto another computer, but it generates the same errors.
I found that the JSRs with incorrect addresses were supposed to go to addresses in the same file (local address), but the incorrect addresses were also labeled addresses in the same file. One JSR to a local address was correct and all JSRs to external addresses were correct.
Mike