pic 24lc256
I quote 'memory is controlled by pic pins RC3(clock) and RC4(data).data is transfered serially in response to the clock signal.Data pin is bidirectional ...The memory is accessed cycliclly,recording to memory bytes from 0 to 32K,then rolling over to zero,and then recording over the previous memory locations,up to 32K again,and so on.To maintain program simplicity in respect of rollover point,the number of bytes for each sample has been set at the "round" binary number of 16,....At each minute interval two bytes for voltage are recorded,two bytes each for both current channels,with two bytes left over.To one of these is recorded a "flag"which indicates at what point in the memory count is set to zero and ignored.'
I have fig 5.1,down loaded from Microchip,and data sheet.Do I have to change the .asm file for the pic to know that it must write to a certain address?