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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/08/04 10:35
Read: times


 
#73787 - RE: My Code.
Responding to: ???'s previous message
The following is the correction

$MOD51

ORG 0000H
MOV P0, #0FFH
MOV A,#00000001B //correction #
LOOP: RR A
MOV P0, A
acall TIME // correction it should be acall
SJMP LOOP


time: mov r0,#03h
in1: mov r1,#00h
in2: mov r2,#00h
wait: djnz r2,wait
djnz r1,in2
djnz r0,in1
ret
END



List of 8 messages in thread
TopicAuthorDate
My Code.            01/01/70 00:00      
   RE: My Code.            01/01/70 00:00      
   RE: My Code.            01/01/70 00:00      
   RE: My Code.            01/01/70 00:00      
      Thanks Ravi Raghu            01/01/70 00:00      
   RE: My Code.            01/01/70 00:00      
   RE: My Code.            01/01/70 00:00      
   RE: My Code.            01/01/70 00:00      

Back to Subject List