At 07:29 02/17/99 -0800, Brian Aase wrote: >Oh BTW, do PIC C compilers manage page & bank switching by >themselves, or are we still blessed with the "privilege" of manual >memory management no matter what the platform is? AFAIK, most compiler do the paging transparently. and the banking they usually handle once a variable is defined to be in one bank or another (like the hi-tech). it might be, though, that there are some out there which do this also completely transparently. ge