Split Number

Breaks a number into its component bytes or words.

x can be a 16- or 32-bit integer, or an array or cluster of those representations.
hi(x) and lo(x) are of the same data structure as x. hi(x) and lo(x) are 8-bit and 16-bit unsigned integers, respectively, or an array or cluster of those representations.