i recently study the 8051EW with bank switch and can not find the bank switch user guideline or document with respect to the keil uVision setting up . I have search and read the articles about bank switch in "keil website" and on-line user guideline keilc software , but i can not still know ex : variable in XBANKING.A51 can not fully understand to configre my project Are there documents available to teach me for bank switch .... thanx. in advance
here,i carefully study L51IBank.a51 and testing some code finding some problem, declared as following: (1)const char far * far text0 []={...} (2)const char far * const far text0 []={...} using Dissablemly window, i found before LCALL C?PLDPTR ,assemblely code is "MOV R3,B_CB" by declaring above item(1) "MOV R3,#0xff" by declaring above item(2) what different are they and mean what???