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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/20/08 22:30
Read: times


 
#156077 - Arrays
Responding to: ???'s previous message
Amit Mittal said:
as i assembly language ... whether the data approached by dptr is similar to that of character array in c?

If you're writing in assembler, you can structure your data in any way you like - so, if you want it to be like a 'C' character array, then just make it so!
If, on the other hand, you do not want it to be like a 'C' character array, then you are equally free to do that!

how can i put more character arrays in program ?

More than what?
If you know how to do one, then doing "more" is simply a matter of repeating the same thing!




List of 17 messages in thread
TopicAuthorDate
P89C51RD2BN MEMORY MODEL            01/01/70 00:00      
   look up the "code" keyword in the manual            01/01/70 00:00      
      look up the "xdata" keyword in the manual            01/01/70 00:00      
         the whole manual might be worth reading... ;-)            01/01/70 00:00      
   look up the word "overflow" in a dictionary            01/01/70 00:00      
      ???????????????            01/01/70 00:00      
         Explanation            01/01/70 00:00      
            about the size of data memory            01/01/70 00:00      
               Arrays            01/01/70 00:00      
         is this caused by the model?            01/01/70 00:00      
   Re: Little more information            01/01/70 00:00      
   Problem Solved            01/01/70 00:00      
      IDATA - beware            01/01/70 00:00      
         why not XDATA            01/01/70 00:00      
   external memory??????            01/01/70 00:00      
      yes, you are            01/01/70 00:00      
         more confusing terminology...            01/01/70 00:00      

Back to Subject List