Skip to content

Interger and Float Sizes #18

Description

@Aidan63

All integer and floats regardless of their size are stored in the same ModelData enum constructor. This means Int64s get truncated and there is no proper structured view of native integers. Might want an optional size argument in the model, where if there is none it a haxe integer / float.

enum IntSize {
    UInt8;
    SInt8;
    UInt16;
    ....
    Unspecified
}

ModelData.MInt(v : haxe.Int64, s : IntSize)

The model should also handled odd types like char, wchar_t, etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Data ModelReading and visualising the targets memoryenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions