Elektrine lite

← Feed

@MaggiWuerze@feddit.org

Post #2941176

2026-02-26 07:43 UTC

Even in little endian you don't have trailing zeroes

Replies (1)

  • @ITGuyLevi@programming.dev 2026-02-26 11:22

    I'm not seeing any trailing zeros if that is in little endian, you start little end first and it isn't limited to a silly 8-bits, it can be used to represent numbers far larger than 255 if continued (though then it wouldn't be representative of a byte and half the joke would be lost).

    Open ##2941178