Hello,
I want to use the 16-bit-values inside CAP1BUFL & CAP1BUFH in PBP.

I wrote:

CAP1BUF Var word $F68

the resulting error says, the declaration is "out of bounds".
So I changed the file 18f2431.bas and inserted:

bank15 $0F60, $0FFF

and I know, it's dangerous !

How can it be made the right way ???