-
Hi Folks, I'm single stepping a program and I can see that the highlighted next instruction in the source code and the next instruction in the disassembly are not in sync. In the below screen shot the line ld B,05H is highlighted. But the registers screen has pc = 9002h and the next instruction at that address is 'or a' on the line below the highlighted line. Stepping the instruction does indeed run the 'or a' instruction, and then moves the highlighted line down. Anyone know how to fix this ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The disassembly on the left is always right. If that all is not the case I can have a look if you zip your project and upload it here. |
Beta Was this translation helpful? Give feedback.
-
Great that it is working now. |
Beta Was this translation helpful? Give feedback.
The disassembly on the left is always right.
For some reason the references in the sld file do not seem to be uptodate.
This can happen if you changed sources but might have forgotten to compile or maybe the launch.json is not using the sld file that is being compiled.
If that all is not the case I can have a look if you zip your project and upload it here.
(Together with the .vscode/launch.json and the sld file.)