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

Back to Subject List

Thread Closed: Issue successfully resolved

???
02/24/04 22:22
Read: times


 
#65453 - Why the Data Sheet says it
Responding to: ???'s previous message
Gerard Akse said:
As you can read in the chapter you're referring to only ASSEMBLER COMMANDS are given to read an input pin or (re)set an output pin.

That is because that's all the processor understands, and that is the only thing they can say without being specific to any particular vendor, tool, version, etc

Gerard Akse said:
They are of no use to me as I'm programming in a ANSI C compiler.


As mentioned elsewhere, there is nothing in ANSI 'C' to help you here at all - this can only be handled by compiler-specific extensions to the language.

The datasheet writers couldn't possibly go trawling though every possible 8051 'C' compiler manual to list out every possible syntax variation - that's why they have to stick to the processor's own, native instruction set.

And that's why you also need at least a passing acquaintance with the 8051 Instruction Set:
http://www.semiconductors.philips.com/acrobat/v...UIDE_1.pdf


List of 17 messages in thread
TopicAuthorDate
Defining I/O pin            01/01/70 00:00      
   RE: Defining I/O pin            01/01/70 00:00      
      RE: Defining I/O pin            01/01/70 00:00      
         RE: Defining I/O pin            01/01/70 00:00      
            RE: Defining I/O pin            01/01/70 00:00      
               RE: Defining I/O pin            01/01/70 00:00      
               Dont let Michael Karas hear you...!            01/01/70 00:00      
               What the Data Sheet says            01/01/70 00:00      
                  Why the Data Sheet says it            01/01/70 00:00      
                  RE: What the Data Sheet says            01/01/70 00:00      
   RE: Defining I/O pin            01/01/70 00:00      
      Thanks Steve!            01/01/70 00:00      
      RE: Defining I/O pin            01/01/70 00:00      
         Thanks you too Erik ;)            01/01/70 00:00      
            RE: Thanks you too Erik ;)            01/01/70 00:00      
   RE: Defining I/O pin            01/01/70 00:00      
      Thanks for your supportive speech :)            01/01/70 00:00      

Back to Subject List