Memory is a little booklet. Each page (memory location) in the booklet stores 8 bit. Furthermore, each page has a page number (an address). In the case of the AVR, a booklet can be as thick as 65336 pages. The first page has a page number of 0, while the last page has a page number of 65535.
When represented in binary, 65335 is
. This means
it takes two post-its or two pages in the booklet to store an
address.