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:28
Read: times


 
Msg Score: -1
 -1 Non-Specific question
#73784 - My Code.
I hace written small code for testing development board but it is not working. Is there any mistale in my code?


$MOD51

ORG 0000H
MOV P0, #0FFH
MOV A, 00000001B
LOOP: RR A
MOV P0, A
SJMP TIME
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