This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Change value of ?B_NBANKS

I want to change the ?B_NBANKS from 8 to 16, but i got this error A80: BANK SWITCH CODE IS BIGGER THAN 256 BYTES.
How to solve this problem?

Akram

Parents
  • I have made some changed on L51_bank file. I used ?B_MODE equ 4, so i need to add some code for switch the bank.
    I have try to minimize the switch bank code that i added. how to solve this problem?
    my C51 compiler is 6.02, A51 - 6.02, BL51 - 4.02 and OH51 - 2.5

    Thanks

    akram

Reply
  • I have made some changed on L51_bank file. I used ?B_MODE equ 4, so i need to add some code for switch the bank.
    I have try to minimize the switch bank code that i added. how to solve this problem?
    my C51 compiler is 6.02, A51 - 6.02, BL51 - 4.02 and OH51 - 2.5

    Thanks

    akram

Children