minus-squareglibg10b@lemmy.ziptoProgrammer Humor@programming.dev•Don't grow older than 255 or else it will overflowlinkfedilinkarrow-up4·16 hours agoThis is a single byte, so it’s represented the same in big-endian vs little-endian. Endianness defines the order of bytes, not individual bits linkfedilink
minus-squareglibg10b@lemmy.ziptoProgrammer Humor@programming.dev•Don't grow older than 255 or else it will overflowlinkfedilinkarrow-up9·16 hours agoThat’s the sign bit. The cake is in two’s complement linkfedilink
This is a single byte, so it’s represented the same in big-endian vs little-endian. Endianness defines the order of bytes, not individual bits