May 3, 2013 #1 A anasfuad33eng Member level 1 Joined Mar 21, 2013 Messages 32 Helped 0 Reputation 0 Reaction score 0 Trophy points 1,286 Activity points 1,498 hi,all what is a duration time of delay and delay2 below: if oscilator frequency is :22.118MHZ of my 8051 kit delay:mov r5,#0ffh h1:mov r3,#0fh h2:djnz r3,h2 djnz r5,h1 ret delay2:mov r5,#0ffh h11:mov r3,#55h h22:djnz r3,h22 djnz r5,h11 ret thanks in advance
hi,all what is a duration time of delay and delay2 below: if oscilator frequency is :22.118MHZ of my 8051 kit delay:mov r5,#0ffh h1:mov r3,#0fh h2:djnz r3,h2 djnz r5,h1 ret delay2:mov r5,#0ffh h11:mov r3,#55h h22:djnz r3,h22 djnz r5,h11 ret thanks in advance
May 4, 2013 #2 Genovator Advanced Member level 2 Joined Dec 19, 2011 Messages 550 Helped 87 Reputation 174 Reaction score 84 Trophy points 1,328 Location India Activity points 4,632 See if this helps... https://www.edaboard.com/threads/174543/