PDA

View Full Version : write tables



Ruben Pena
- 31st August 2004, 01:47
Dear Friends:
I want to write in a 18f1320 a data table. Is there a pbp command to write in memory when programming the chip.?
The DATA @,var works for the eeprom. Any ideas...?
Thanks in advance...

Melanie
- 31st August 2004, 02:24
Code Examples... Making Program Code Space your playground... from 18 November 2003.

Ruben Pena
- 31st August 2004, 20:09
Thanks Melanie...
I were working with the 18f252,and I load the tables as a INCLUDE xxxx.xxx ,as a asm subroutine. This is limited to 8k of data,(the asm--endasm) , so I had to make groups asm---endasm of 450 words each,until I fill the memory.It was complied OK.,and you can verify the data integrity with the code listing of the serial programmer.
Greetings...