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

Code Banking

I'm trying to implement code banking in the evaluation software. I've written code but doesn't compile, so I think code banking is the remedy. How do I dictate where the code goes? And what is the difference between variable banking and for the B_Mode user-provided bank switch code?

Parents
  • when the limit is 2K it would make ZERO sense to support banking.

    Perhaps to evaluate the size/speed overhead of banking, or how painful it is to allocate code to banks?

    if it were that easy to get around the demo limits, there wouldn't be any point in having the limits

    Total code size of 2KB across all banks!

    How many banks of angels can dance in the internal RAM?

Reply
  • when the limit is 2K it would make ZERO sense to support banking.

    Perhaps to evaluate the size/speed overhead of banking, or how painful it is to allocate code to banks?

    if it were that easy to get around the demo limits, there wouldn't be any point in having the limits

    Total code size of 2KB across all banks!

    How many banks of angels can dance in the internal RAM?

Children