| ??? 02/14/01 11:40 Read: times |
#9302 - RE: use of multiply in large data arrays |
Hello Aka,
This looks like the source produced by the compiler (see older message). I hope that there can be some redundancy by using arraypointers located in ROM, they pointout the location of the datamembers. Something like this: - take number of datamember - add baseaddres of the pointeraddres to this number - use this value as a pointer to the wanted datamember. - inside the datamember you just add the value of the byte location I will try to get something running Patrick |



