Hi all, I'd like to use my PIC18's access bank as a scratch area for temporary data. That is, I would like for different modules to be able to consider the whole area theirs (like an overlay), but also not have to worry about banking (like an access bank). So is there a way to get both, like a combination between udata_ovr and udata_acs? My linker file says: ACCESSBANK NAME=accessram START=0x0 END=0x7F ... SECTION NAME=temp_data RAM=accessram and this only works when I use udata_acs, but I'd really rather use _ovr. So is there any way to do what I'm asking? Thanks, - Marcel -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist