Not directly, but you can do the same thing programmatically.

Say it's 8x8 ...
Code:
MyArray  VAR BYTE[64]

A = MyArray(i*8+k)
Indexes are 0-7.