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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/07/06 06:53
Read: times


 
#109367 - syntax
Responding to: ???'s previous message
hi,

Erik, it may be that I do not understand what you need really with, but for me the next line:

extern bit GBinitDn ;
looks incorrect for assembler usage.

A51 syntax requires:
EXTRN bit(GBinitDn)

AX51 syntax allowes as well:
EXTERN bit(GBinitDn)

In both cases the parentheses need to be used.

Regards,
Oleg

List of 12 messages in thread
TopicAuthorDate
Keil anomaly            01/01/70 00:00      
   Did you try it in C            01/01/70 00:00      
      it IS my C .h file            01/01/70 00:00      
         Does this thread give a hint ?            01/01/70 00:00      
            hint? yes and no            01/01/70 00:00      
   syntax            01/01/70 00:00      
      yes, but            01/01/70 00:00      
         dummy C ?            01/01/70 00:00      
   Another reason to drop assembler?            01/01/70 00:00      
      oh, I have that            01/01/70 00:00      
      Auto-edit            01/01/70 00:00      
         Auto-edit            01/01/70 00:00      

Back to Subject List