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
  • "I've written code but doesn't compile, so I think code banking is the remedy."

    If the code does not even Compile, then the rememdy is most certainly not code banking!

    If the code won't compile, then the problems lie in the source code - nothing to do with code banking at all.

    You need to fix the soure code!

Reply
  • "I've written code but doesn't compile, so I think code banking is the remedy."

    If the code does not even Compile, then the rememdy is most certainly not code banking!

    If the code won't compile, then the problems lie in the source code - nothing to do with code banking at all.

    You need to fix the soure code!

Children