We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
PK51 KIT 7.0 ATMEL AT89S8252 (classic 8052 with 8 flash) I'M USING A HARDWARE THAT HAVE 16*32k code and 4*32k xdata. Bank switch is performed with xdata port 0x1400 for code and with port 0x1800 for xdata. How can I modify the L51_banK.a51 file to work as I wanted.
There is a file called XBANKING.A51 that allows you the adapation of all access routines. In your case you can leave code banking in the file L51_BANK.A51 and do the variable banking in the file XBBANKING.A51.
Thank you for your answer. I have modified the l51_bank.a51 and it's works. Now i got 16*32k of code and 4*32k of ram.