Hi Darrel,

thanks for he info...re the ext modifier, your example in the thread you linked to shows how to store one value in one location, but how would I store many follow on values....do I have to have a huge amount of similar associated lines


Code:
GOTO OverData             ; Make sure data doesn't try to execute
ASM
DataTable
    DW  1234h, 2178h     ; etc.
endasm
OverData:
So for example, let's say I want to store eight words, starting at location 2049 of codespace (of my pic12f1840), for example the following values....

256,257,258,259,260,261,262,263,264


what would that look like?

Once I get the overall vibe, then I'm rocking...... :-)