| ??? 02/14/01 09:29 Read: times |
#9295 - RE: use of multiply in large data arrays |
Hello Aka,
Thats an good idea, Maybe it is possible for me to make a pointer to each member inside the array. When i put this list of pointers into romdata its very easy to get some kind of jumplist. When i want to acces a member I take the membernumber add this to the jumplist baseaddres. Put the value of where this result is pointing to into another pointer and "voila" I have a pointer to my wanted member inside the array. This could be something, Now I have to figure out how to let the compiler insert this kind of behaviour. Patrick |



