??? 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 |