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 05:36
Read: times


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


Waqar Zaka wrote:
-------------------------------
when i write this in program
MOV DPH,HI(65486)
MOV DPL,LO(65486)

this error occurs

Extra Characters at end of operand

i think it means it does not support DPH, DPL format...or am i using the right way to write this instruction

---------------------------------
1.perhaps you should try
MOV DPH,#HI(65486)
MOV DPL,#LO(65486)
2.try to include header register file.in metalink assembler you need to add $mod51 at
the top to include definitions for 8051 registers.check assembler documentation

Pranav



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