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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/31/01 13:53
Read: times


 
#12071 - RE: Reserve Words
uVision is simply an interface;
You must write your code in either Assembler or C, and use either the Assembler (A51.exe) or Compiler (C51.exe) to translate it.
Consult the Keil documentation to discover their reserved symbols!

What are you trying to use '*' for - it's highly unlikely to be available as a symbol name, or even within a symbol name (in C, it's the pointer dereference operator and the multiplication operator).

BTW: any particular reason for uVision51 - that's waaaaaaaaaay out of date!

List of 7 messages in thread
TopicAuthorDate
Reserve Words            01/01/70 00:00      
RE: Reserve Words            01/01/70 00:00      
RE: Reserve Words            01/01/70 00:00      
RE: Reserve Words            01/01/70 00:00      
RE: Reserve Words            01/01/70 00:00      
RE: Reserve Words            01/01/70 00:00      
RE: Reserve Words            01/01/70 00:00      

Back to Subject List