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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/17/03 18:06
Read: times


 
#39267 - RE: Problem with x51 assembler using DPH
Responding to: ???'s previous message
Eric,

You are right as a rule (:-).
He has to write

MOV DPH,#HIGH(65486)
MOV DPL,#LOW(65486)

or

MOV DPH,#HIGH(0xFFCE)
MOV DPL,#LOW(0xFFCE)

or

MOV DPH,#HIGH(0FFFFh-50)
MOV DPL,#LOW(0FFFFh-50)

Regards,
George



List of 13 messages in thread
TopicAuthorDate
10Khz square using 16 Bit Timer Mode            01/01/70 00:00      
   RE: 10Khz square using 16 Bit Timer Mode            01/01/70 00:00      
      RE: 10Khz square using 16 Bit Timer Mode            01/01/70 00:00      
         How to Check the assembler for DPH?            01/01/70 00:00      
      This is the Best Forum            01/01/70 00:00      
   Problem with x51 assembler using DPH            01/01/70 00:00      
      RE: Problem with x51 assembler using DPH            01/01/70 00:00      
         RE: Problem with X51 assembler using DPH            01/01/70 00:00      
            RE: Problem with X51 assembler using DPH            01/01/70 00:00      
      RE: Problem with x51 assembler using DPH            01/01/70 00:00      
         RE: Problem with x51 assembler using DPH            01/01/70 00:00      
            RE: Problem with x51 assembler using DPH            01/01/70 00:00      
   RE: 10Khz square using 16 Bit Timer Mode            01/01/70 00:00      

Back to Subject List