I know that in Moon 5.3 ( demo ) there are 64-bit bit operators, like:
print(0xaaDbc4Cd17Af & 0xff00000000) --> DB 00 00 00 00
Is there any algorithm to perform a similar operation on other versions? The Moon I run comes with the bit32
library respectively.