Errata

There is a transposed const and * in the section Using the EEPROM. The code snippet should read:

struct MYEEPROM
 {
 byte aByte;
 word aWord;
 word aSecondWord;
 } * const eeprom = (struct MYEEPROM *)0;