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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/10/07 13:33
Read: times


 
#144303 - Explanation
Responding to: ???'s previous message
Peter Yang said:
preview:            MOV SCON,#D0H 
when change it to : MOV SCON,#0xd0
It works .

Does it make difference.

Jan has already explained this: http://www.8052.com/forum/read.phtml?id=144214

And note that "0xd0" is 'C' style, and will not be supported by all assemblers - see: http://www.8052.com/forum/read.phtml?id=144220

You really must read your assembler manual to understand what's going on!


List of 13 messages in thread
TopicAuthorDate
Assemble code            01/01/70 00:00      
   Have a look at the listing file            01/01/70 00:00      
   hex number begin with 0 -> #0AAH            01/01/70 00:00      
      explanation            01/01/70 00:00      
         RTFM!            01/01/70 00:00      
            please say out aloud            01/01/70 00:00      
               [OT] Leading zeros on numbers in C            01/01/70 00:00      
   reply            01/01/70 00:00      
      Yes            01/01/70 00:00      
         Explanation            01/01/70 00:00      
      asked and answered            01/01/70 00:00      
         Only for him            01/01/70 00:00      
   thanks            01/01/70 00:00      

Back to Subject List