It depends on the position of the byte in memory, and is generally unpredictable. You can, however play some tricks with it.
If you assign vars like -

X var byte
Y var byte

Then PBP will assign the bytes to consecutive memory locations. In that case, bit 8 of X will be bit 0 of Y.