Is it possible to add a comment which will always appear at the top of the listing? #6909
Unanswered
hippietrail
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Ghidra comments seem to related to specific listing, address, and code unit.
Sometimes I have a comment which related to the whole file that I want up the top. Usually key infor extracted from the file format that pertains to the whole program. But since a program can consist of multiple memory blocks and those are arranged in order of address, we can't always know in advance which part will be first in the listing, and the user may rearrange things by modifying memory block start addresses for instance.
Is there any way to create a comment that is always topmost regardless of the adresses of the memory blocks?
Beta Was this translation helpful? Give feedback.
All reactions