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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/01/09 06:43
Read: times


 
#169321 - Yes, that is what the manual says!
Responding to: ???'s previous message
Malik Martin said:
Proview32 Manual said:
The DATA directive assigns an internal data address to the specified symbol.

It also seems that DATA is a reserved Keyword for the 8051 assembler I'm using.


There is no need to rely on what "seems" to be - read the manual and it will tell you without doubt!

eg, for Keil:
Ax51 User's Guide said:
The DATA statement assigns an address (in the range 00h-0FFh) to the specified symbol.

http://www.keil.com/support/m...t_data.htm

It also gives you some examples, and cross-references to the other keywords that assign addresses in the other address spaces.

It really is essential that your become familiar with the documentation for the tools that you are using!
That doesn't (necessarily) mean that you have to learn them by heart; you just need to be familiar - so that you know where to find stuff


List of 23 messages in thread
TopicAuthorDate
LCD Tutorial and assembler help please            01/01/70 00:00      
   Understand meaning of EQU and DB            01/01/70 00:00      
      Wow didn't realize!            01/01/70 00:00      
         Your assembler manual...            01/01/70 00:00      
            ..thanks            01/01/70 00:00      
         Try understanding the LCD requirements, too!            01/01/70 00:00      
            I've played around with LCDs before            01/01/70 00:00      
               You can't avoid the study.            01/01/70 00:00      
         Hmm but also...            01/01/70 00:00      
            Yes, that is what the manual says!            01/01/70 00:00      
   LCD interfacing tutorials            01/01/70 00:00      
      Author affiliation            01/01/70 00:00      
      RE: Seven-Segment LED Display            01/01/70 00:00      
         Single resistor only ok with multiplexing            01/01/70 00:00      
            Multiplexing segments?            01/01/70 00:00      
               No, I don't think so            01/01/70 00:00      
               It was common in the days of LED-display calculators            01/01/70 00:00      
                  Technology moves forward            01/01/70 00:00      
                     Not much thought goes into some of those displays            01/01/70 00:00      
                        HP printers            01/01/70 00:00      
                           Good backlight on HPLJ too            01/01/70 00:00      
                           Yes, I've noticed that ... however ...            01/01/70 00:00      
         RE: Seven Segment Display Tutorial            01/01/70 00:00      

Back to Subject List