Tjaart van der Walt wrote: > I read in the readme file of MPASM 1.4 that it supports the 24C > range of EEPROMs with macro's or something. It looks promising, > but I can't figure out what the heck they are talking about. Tjaart: What don't you understand? It's very simple... For example: LIST M=128,P=EEPROM8,R=DEC ; STORE "Test" IN LOCATIONS 0-3. ORG 0 DW "Test" ;STORE THE VALUES 1-25, STARTING AT LOCATION 9. ORG 9 x = 1 while (x <= 25) DW x x = x + 1 endw END -Andy === Andrew Warren - fastfwd@ix.netcom.com === === Fast Forward Engineering - Vista, California === === === === Custodian of the PICLIST Fund -- For more info, see: === === http://www.geocities.com/SiliconValley/2499/fund.html ===