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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/08/08 15:19
Read: times


 
#150485 - BTW
Responding to: ???'s previous message
Carlos Junior said:
Sorry, but I am new at the Forum.

So you should read the New Member Guide:
http://www.8052.com/users/jonled/noob.pdf

I am now beggining the ASM with 8051 programming.

You should start with the Tutorials:
http://www.8052.com/tutorial.phtml

and the so-called "bible" for the 8051:


Chapter 1 - 80C51 Family Architecture:
http://www.nxp.com/acrobat_d...ARCH_1.pdf

Chapter 2 - 80C51 Family Programmer's Guide and Instruction Set:
http://www.nxp.com/acrobat_d...UIDE_1.pdf

Chapter 3 - 80C51 Family Hardware Description:
http://www.nxp.com/acrobat_d...WARE_1.pdf

What is the meaning of "BTW" ?

Sorry - "BTW" is "By The Way"

Is not it correct use the term "compiler" when programming with Assembly Language?

No, it's not:

  • "Assembly" is low-level programming; the process of translating assembly source is called "assembling" and is done by an "assembler".

  • 'C' is a high-level language; the process of translating high-level source is called "compiling" and is done by a "compiler".

    The processes are different (compiling is much more complicated) - so they have different names.


  • List of 8 messages in thread
    TopicAuthorDate
    Access a bit of a variable            01/01/70 00:00      
       maybe            01/01/70 00:00      
          Bit Addressable area of the memory            01/01/70 00:00      
       copy to ACC            01/01/70 00:00      
          It is what I should make            01/01/70 00:00      
             Not everything is bit-addressable            01/01/70 00:00      
                Doubt resolved            01/01/70 00:00      
                   BTW            01/01/70 00:00      

    Back to Subject List