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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/19/07 08:11
Read: times


 
#145940 - No, that's wrong.
Responding to: ???'s previous message
Joseph Hebert said:
I might be completely wrong, but I thought a word is 2 bytes (4 nibbles or 16 bits)

Strictly speaking, you are wrong, I'm afraid.

A "Word" is the basic unit of data handled by the architecture; in general, its basic register size.
Therefore the size of a "Word" is entirely implementation-dependent:
  • A 4-bit processor has a Word size of 4 bits;
  • An 8-bit processor has a Word size of 8 bits;
  • A 16-bit processor has a Word size of 16 bits;
  • A 24-bit processor has a Word size of 24 bits;
    etc, etc,...

    a double is two words

    Yes, of course!

    Of course, the PC started as a 16-bit architecture (8088/8086), so the word size for a PC started as 16 bits and, of course, a double-word was 32 bits.



  • List of 19 messages in thread
    TopicAuthorDate
    ASCII to Binary in Assembly            01/01/70 00:00      
       What guidance do you need?            01/01/70 00:00      
          this might be part of the fun :-)            01/01/70 00:00      
             Not 8051?            01/01/70 00:00      
                Isn't a double 32 bits?            01/01/70 00:00      
                   I think so            01/01/70 00:00      
                      No, it's not correct            01/01/70 00:00      
                   No, that's wrong.            01/01/70 00:00      
                      Thanks            01/01/70 00:00      
          I'm here so far !!            01/01/70 00:00      
             Definitely not 8051!            01/01/70 00:00      
                you are on 8052.com...            01/01/70 00:00      
          Sorry Andy            01/01/70 00:00      
             Leg up            01/01/70 00:00      
                I think i got it! may u check it?            01/01/70 00:00      
                   listen to your teacher            01/01/70 00:00      
                   Check            01/01/70 00:00      
       Bonus question            01/01/70 00:00      
          Lol            01/01/70 00:00      

    Back to Subject List