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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/27/05 11:14
Read: times


 
#101604 - Memory, memory.
Responding to: ???'s previous message
Peter Dannegger said:

E.g. on the Keil C51:

unsigned char code text1 = "Hello World";


Oops! Should be:

unsigned char code *text1 = "Hello World";

and if you don't plan to modify the pointer:

unsigned char code * code text1 = "Hello World";

would be better.


Peter Dannegger said:

.... schanf().


Would that be the German version of scanf()?




List of 13 messages in thread
TopicAuthorDate
problem with memory management: & lcd.            01/01/70 00:00      
   why not            01/01/70 00:00      
      naturally it is worth !            01/01/70 00:00      
         also            01/01/70 00:00      
         of course it is, however            01/01/70 00:00      
            common problems on C51            01/01/70 00:00      
               Harvard            01/01/70 00:00      
            Re: of course it is, however            01/01/70 00:00      
               Re: Re: of course it is, however            01/01/70 00:00      
   code ist the trick            01/01/70 00:00      
      Memory, memory.            01/01/70 00:00      
         Sorry            01/01/70 00:00      
            External EEPROM            01/01/70 00:00      

Back to Subject List