Dave VanHorn wrote: > Things like this make me very thankful that the AVR has no pages. Harold Hallikainen wrote: > Agreed that pages make things messy, but with a short instruction word > size, it really seems there's no way around paging. The PIC18 architecture does not have *pages* either, since it provides linear addressing of program memory. Think of it as 1 big page. :) The PIC18 architecture does, however, provide a *banking* mechanism for data memory (for those PICs that have more than 1 bank of data memory). With PICmicros: --------------- 'Paging' deals with program memory. 'Banking' deals with data memory. Best regards, Ken Pergola _______________________________________________ http://www.piclist.com View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist