Skip to content

Add signed to unsigned arithmetic #6

Description

@anoushk1234

When converting from a signed integer to unsigned integer the value should be 2^(bits)-value

Ex:
signed 32 bit: -1
unsigned 32 bit casted: 2^32 - 1

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