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 Reply Children
  • " how I can debug the simplest program of printf("hello world");"

    Trouble is, printf is not simple!

    Just look at the description of printf in the Manual - it runs to several pages, doesn't it?

    Clearly, a function that implements that much capability & flexibility cannot be "simple" - that is precisely why printf is a biiiiiiiiiiiig function!!

    printf alone can use up most of the 2K limitation of the evaluation version!

    So the answer is simple: don't use printf!