Skip to content

The hex parser reads numbers from the wrong end. #16

@hkgandr

Description

@hkgandr

To see the issue, enter "0x800" on the hex part of the 16bit/half visualizer at the top -- and see it has the "one" in bit 16 not bit 12 as it should be, so it currently parses 0x800 as 0x8000, not the expected 0x0800.

Workaround for users: enter all leading zeroes completely.

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