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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/09/05 19:07
Read: times


 
#94581 - Problem solved. Thank you
Responding to: ???'s previous message
Problem solved. The problem was the syntax error in reg752.inc file. There are differences in syntax between the assemblers when they define SFR register (the I2STA). In this case MetaLink used:

         RSTP     BIT    0F8H   
         RSTR     BIT    0F9H   
         MAKSTP   BIT    0FAH   
         MAKSTR   BIT    0FBH   
         XACTV    BIT    0FCH   
         XDATA    BIT    0FDH   
         RIDLE    BIT    0FEH

Whereas Keil Assembler handles a little different:

         _XSTP    BIT    0F8H   
         _XSTR    BIT    0F9H   
         MAKSTP   BIT    0FAH   
         MAKSTR   BIT    0FBH   
         XACTV    BIT    0FCH   
         _XDATA   BIT    0FDH   
         _IDLE    BIT    0FEH

Thanks you for all inputs. Have a great one.

List of 4 messages in thread
TopicAuthorDate
Reg752.inc, please help            01/01/70 00:00      
   RE:            01/01/70 00:00      
   inc files            01/01/70 00:00      
   Problem solved. Thank you            01/01/70 00:00      

Back to Subject List