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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/23/04 15:31
Read: times


 
#67290 - RE: undefined instruction symbols (AT98C52)
Responding to: ???'s previous message
hi,

(mov IPL0, #10H)
(mov IPH0, #00H)


I have not received your reply on my private mail so it case you do not receive it here is the answer:

As far as I know, 87C51Fx has not IPL0/IPH0 registers but IP and IPH instead.
Okay, I have looked at its include file Keil\C51\ASM\Reg51f.inc and found:

IP DATA 0B8H
IPH DATA 0B7H
So you should use:

mov IP, #10H
mov IPH, #00H

Regards,
Oleg

List of 26 messages in thread
TopicAuthorDate
undefined instruction symbols (AT98C52)            01/01/70 00:00      
   RE: undefined instruction symbols (AT98C52)            01/01/70 00:00      
   RE: undefined instruction symbols (AT98C            01/01/70 00:00      
      RE: undefined instruction symbols (AT98C            01/01/70 00:00      
   Vital Information Missing!            01/01/70 00:00      
      RE: Vital Information Missing!            01/01/70 00:00      
   RE: undefined instruction symbols (AT98C52)            01/01/70 00:00      
      RE: undefined instruction symbols (AT98C52)            01/01/70 00:00      
      RE: undefined instruction symbols (AT98C52)            01/01/70 00:00      
         RE: undefined instruction symbols (AT98C52)            01/01/70 00:00      
            "ALL the letters and no misspellings, ??            01/01/70 00:00      
         RE: undefined instruction symbols (AT98C52)            01/01/70 00:00      
            RE: undefined instruction symbols (AT98C            01/01/70 00:00      
               RE: undefined instruction symbols (AT98C            01/01/70 00:00      
                  RE: undefined instruction symbols (AT98C            01/01/70 00:00      
                     RE: undefined instruction symbols (AT98C            01/01/70 00:00      
            RE: undefined instruction symbols (AT98C52)            01/01/70 00:00      
               RE: undefined instruction symbols (AT98C52)            01/01/70 00:00      
                  RE: undefined instruction symbols (AT98C52)            01/01/70 00:00      
                  RE: undefined instruction symbols (AT98C52)            01/01/70 00:00      
            RE: undefined instruction symbols (AT98C52)            01/01/70 00:00      
   RE: undefined instruction symbols (AT98C52)            01/01/70 00:00      
       same prob with intel 87c1FA            01/01/70 00:00      
         RE: same prob with intel 87c1FA            01/01/70 00:00      
         RE: same prob with intel 87c1FA            01/01/70 00:00      
   Problem solved thanks to all            01/01/70 00:00      

Back to Subject List