var byte high_byte at base_data+1
var word upper_word at base_data+2
This syntax is working, readable, useful and undocumented ;-)
To get such a structure by documented means, I would have to overlay the data by both a byte and a word array, and use imho confusing indexes.