-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Query on Disassembler Option: multilabel on/off #15
Comments
Additional feedback: If I leave the multilabel option |
After seeing the below comment with the context of the other thread, I think that multilabel doesn't work in the way I am expecting, as described earlier in this thread. You can therefore either Close this Issue or consider it as a Feature Request that I would find very useful! You can either write I'd suggest the first, however - using multiple labels for an address opens a can of very ugly worms. Originally posted by @Arakula in #13 (comment) |
Moved to Feature suggestion: Show Label Call Addresses |
In the Disassembler Options documentation, it has:
If I set this to
on
with a 6502 disassembly, it doesn't seem to do anything...but I'm not sure exactly what it should be doing.The picture below is from the Infiltrator disassembler, it's created mulitple labels for $8100 (which is on line 211), I'm assuming dasmfw
multilabel
does something similar regarding multiple labels?The picture below is some 6502 code produced by dasmfw with
multilabel on
, there are multiple calls to a single addressTJOC_RTS
, but only a single label produced.My info options file is:
Any clues?
The text was updated successfully, but these errors were encountered: