??? 12/11/11 16:41 Read: times |
#185067 - I can't find that Responding to: ???'s previous message |
David Prentice said:
Some examples: 8051 AT89LPxxxx STC12C5Axx ADD A,Rn 12 1 1 ADD A,direct 12 2 1 DEC direct 12 2 1 MUL AB 48 2 4 ORL direct,#data 24 3 2 LCALL addr16 24 4 2 David, I am afraid you misunderstood some probably wrongly presented information - the third column is the number of machine cycles (12 oscillator cycles each) of the "biblical" 12-clocker. I am just looking into the STC12C5A datasheet, http://www.stc-51.com/datasheet...nglish.pdf , and I see the following: Some examples: 8051 AT89LPxxxx STC12C5Axx ADD A,Rn 12 1 2 ADD A,direct 12 2 3 DEC direct 12 2 4 MUL AB 48 2 4 ORL direct,#data 24 3 4 LCALL addr16 24 4 6 JW |