Quote Originally Posted by cncmachineguy View Post
So basically we get to code as though there are no banks. that takes loads of housekeeping out of the equation.
Exactly ... you got it !!! no " Banksel " or " Pagesel " to use. Compiler just will warn you if you cross pages ... just warns if some assembler lines are in the vicinity !

and PBP Basic language is based on already written Macros ... so, you just have to " call " them one after the other.

no housekeeping for page crossing nor I/O changing if the command implies it, ( One wire commands i.e - the macro drive them as required by itself - ) ...

Alain