No, the compiler can handle multiple 32k pages of memory but only access them one at a time, and no one variable/array/"object" can be larger than 32k. So you could have 10 arrays that were 32k or less (provided you have enough memory to hold them) and access any one of them and the compiler will manage the PSV registers and window to access them. However you cannot have even one array greater than 32k.
↧