The manual states
How would I impliment this low.byte / high.byte with an array variable ?If a word- or long-sized array is specified, the bytes that comprise each element are
read lowest byte first. This is the opposite of how simple words and longs are read
and is consistent with the way the compiler normally stores word- and long-sized
variables.
Bookmarks