Skip to content

Improve data display of large symbols #124

Open
@SquareMan

Description

@SquareMan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions