Breakes unsigned 16bit number to bytes.
fromu16[i, x]
#<result> = fromu16[3000, hex[AABB]] (print,#3000) (print,#3001)
result:
170 ;0xAA in hex 187 ;0xBB in hex
froms16, fromu32, froms32