Skip to content
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

Improve data display of large symbols #124

Open
SquareMan opened this issue Oct 15, 2024 · 0 comments
Open

Improve data display of large symbols #124

SquareMan opened this issue Oct 15, 2024 · 0 comments

Comments

@SquareMan
Copy link
Contributor

There are situations where the logical data size of an instruction is smaller than the size of the symbol, such as struct initialization/copies.

#123 decides not to attempt to display a value for these types of data but this could be improved.

A better solution might go like this:

In the generic situation of the symbol size not matching the instruction "size" (the expected size of the data operated on by that instruction) then displaying it as bytes should work in any situation. If the symbol size is a multiple of the instruction "size" we could probably also interpret it as an array of that smaller type

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant