I have quite a few assembly language code blocks in my PBP program. In order to insure communication between PBP and asm, I have declared the variables in BANK0, but now I'm out of bank0 space.

I believe that CHK?RP can keep track of the bank the variables are in, but I can't find any good "tutorial". Can someone please enlighten me as to its use?