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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/01/00 09:10
Read: times


 
#2982 - RE: Delay code
Delay routine logic

Load var1
loop1: Load var2
loop2: load var3
loop3: decrement var3
if not zero, jump to loop3
decrement var2
if not zero, jump to loop2
decrement var1
if not zero, jump to loop1

The above will delay for var1*var2*var3 cycles.

List of 18 messages in thread
TopicAuthorDate
Delay code            01/01/70 00:00      
RE: Delay code            01/01/70 00:00      
RE: Delay code            01/01/70 00:00      
RE: Delay code            01/01/70 00:00      
RE: Delay code            01/01/70 00:00      
RE: Delay code            01/01/70 00:00      
RE: Delay code            01/01/70 00:00      
RE: Delay code            01/01/70 00:00      
RE: Delay code            01/01/70 00:00      
RE: Delay code            01/01/70 00:00      
RE: Delay code            01/01/70 00:00      
RE: Delay code            01/01/70 00:00      
RE: Delay code            01/01/70 00:00      
RE: Delay code            01/01/70 00:00      
Interfacing 8051 with infrared devices            01/01/70 00:00      
RE: Interfacing 8051 with infrared devices            01/01/70 00:00      
RE: Delay code            01/01/70 00:00      
RE: Interfacing 8051 with infrared devices            01/01/70 00:00      

Back to Subject List