I need to return a bitflag with all bits set. My first thought was to set it to '0xFFFFFFFF'. But then I realized in AMD64 cells have 64 bits. I'm not sure if this would set the most or the least significant bits. And unfortunately I don't have a 64bit processor to test it.