Hello, I am using 'dt' for creating data tables in program memory, so it generates 14 bit words. It looks like for me that you would like to create a data table in the eeprom memory. If you see the technical documentation for mpasm, you will find the 'de' for data entry in eeprom memory. If I were you, I make it in this way: org 2100h de 000h,000h,034h,093h,0BEh,0A0h,018h,000h,01Eh,0A4h,055h,008= h de 01Dh,0DCh,01Dh,014h,01Ch,04Ch,01Bh,084h,01Ah,0BCh,019h,0F4h Zsolt 2012/8/11 Steve Smith : > > Guys... > > I have used this form before on an older chip and it worked > > org 2100h > dt 000h,000h,034h,093h,0BEh,0A0h,018h,000h,01Eh,0A4h,055h,00= 8h > dt 01Dh,0DCh,01Dh,014h,01Ch,04Ch,01Bh,084h,01Ah,0BCh,019h,0F= 4h > > That was on a 877... Now on a pic16f1827 its spitting a linker problem > > MPLINK 4.43, Linker > Device Database Version 1.9 > Copyright (c) 1998-2011 Microchip Technology Inc. > Error - section '.org_3' can not fit the absolute section. Section '.org_= 3' > start=3D0x00002100, length=3D0x00000030 > Errors : 1 > > Link step failed. > > I cant see anything wrong its not too long and the memory is where its > supposed to be > > Anybody any ideas... > > Thanks > Steve > > -- > http://www.piclist.com PIC/SX FAQ & list archive > View/change your membership options at > http://mailman.mit.edu/mailman/listinfo/piclist --=20 ~~~~~~~~~~~~~~~~ http://galzsolt.zzl.org --=20 http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .