hi all I've an array located at code some segmet at adress 0x3125H and a pointer at xdata which points to it. this program contains 4 banks, when i run my software I see that pointer points to correct code address but I cant see correct values at this address. I've checked whether I use this pointer in an segment at the same code bank. I use pointer always at segments located at the same code bank. plus to use this variable at different segment (placed in a different code bank) what I 've to do? thanks all