Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/24/04 12:17
Read: times


 
#83782 - Your array
Responding to: ???'s previous message
You could place your array in the idata space:

unsigned char idata myarray[64];

but beware that this will significantly reduce the amount of stack space available to your program.

List of 9 messages in thread
TopicAuthorDate
Pass array as pointer?            01/01/70 00:00      
   define array with specific memory area            01/01/70 00:00      
      Karma Abuse.            01/01/70 00:00      
      OOps I didn't read the title.            01/01/70 00:00      
         Karma            01/01/70 00:00      
            right            01/01/70 00:00      
   Read the message text ;iterally            01/01/70 00:00      
   Adding a pointer will make it worse!            01/01/70 00:00      
   Your array            01/01/70 00:00      

Back to Subject List