Skip to content

Feature: Add endian swap layout #65

@justinvson-pd

Description

@justinvson-pd

Currently the file is always arranged in one way: big endian.

Make a feature so that the layout swaps the two bytes so that it can be viewed in little endian as well.

Example use case: Intel i225/i226 Ethernet controller datasheets use Word address registers instead of byte address, and with a big endian view the bytes are always swapped with the register definition. xxd for instance can do this by adding the -e little-endian command line parameter.

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