PDA

View Full Version : Variable as write address



POLA
- 27th March 2005, 18:45
I am using CD lite Ver. 1.6 and PBP 2.40 writing code to a 16F828. I would like to use variables as write/read addresses something like;

For a=1 to 25
read a, b
next

This works erratically, can it be done somehow to save program space?

POLA