> Do I have to worry about the BSR when using indirect addressing > to store and retrieve data from a non-zero Bank in an 18F452, or > can I just load FSRnH appropriately and call it a day? I can't seem > to find a definitive answer in the 18FXX2 documentation LFSR will do it, eg LFSR FSR0,0x500 (or LFSR FSR0,address if address previously defined as 0x500 etc). Loading just FSRnH will leave FSRnL as it was -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist