If you’re just doing one number, you can use pattern matching likr this:
<<number::16>> = <<1, 0>>
And that will give you 256. This strategy will work for a 20 byte integer (obviously not with 16). Though if you’re using it as a literal I recommend number=0xFFFFFFFF....FFFFF






















