Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change bit arrangement and numbering to Big Endian #13

Open
VegaASM opened this issue Jun 2, 2022 · 1 comment
Open

Change bit arrangement and numbering to Big Endian #13

VegaASM opened this issue Jun 2, 2022 · 1 comment

Comments

@VegaASM
Copy link

VegaASM commented Jun 2, 2022

Can all Bit Fields be changed so it is in Big Endian since Broadway is native Big Endian?

@SeekyCt
Copy link
Owner

SeekyCt commented Jun 3, 2022

Imo counting from the right is more convenient for masking since you can just do (1 << x) rather than (1 << (31 - x)), though I think just having the hex flags directly would be nicer than any kind of bit numbers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants