Dear Friends, MPLAB is being a real pain. I reserved 6 bytes of memory under one variable name using the RES directive like so: variable_one res 6 According to code example on the RES directive page, I should be able to access the 2nd byte by referring to variable_one+1 and the third byte by variable_one+2 etc. MPLAB doesn't seem to agree though. It's telling me that variable_one+1 and variable_one+2 are invalid ram locations. What is the code example doing wrong? What am I doing wrong? Help? Thanks. -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist