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.
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?
" 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!