Greetings,
I am processing data which has what they call a "bit-field" with a range of 0x0000 to 0x7F83. I am using Fortran to read it in as an integer (16-bit). I need to look at each of the bit flag dependencies:
bit 9 - Is it a 0 or 1
bit 0 - Is it a 0 or 1
bit 1 - Is it a 0 or 1
bit 7 -...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.