Replies: 3 comments
-
Select the address literal in the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
OK, I seem to have figured this out and the answer wasn't very far from the last one: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Apologies for clumsy vernacular
The hl register is getting loaded with an immediate value which obviously represents an effective address which I currently have referenced by a label as you can see from the 'ld a' instruction a few lines below it.
Is there a command I can make use of which will switch the context of the disassembly for this instruction to make its symbol readable?
I'm guessing this must be possible because if I was to dump out a listing of this and change the code in any way, there's a good chance that this will potentially result in a misalignment which will cause the incorrect data being referenced.
Many thanks.
Beta Was this translation helpful? Give feedback.
All reactions