Advertisement
Guest User

Untitled

a guest
Aug 27th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. MOV P0, A
  2.  
  3. CLR P2.0
  4.  
  5. SETB P2.2
  6.  
  7. CLR P2.2
  8.  
  9. RET
  10.  
  11. MOV P0, A
  12.  
  13. SETB P2.0
  14.  
  15. SETB P2.2
  16.  
  17. CLR P2.2
  18.  
  19. RET
  20.  
  21. NOP
  22.  
  23. DJNZ R2, HERE
  24.  
  25. DJNZ R1, AGAIN
  26.  
  27. DJNZ R0, REPEAT
  28.  
  29. RET
  30.  
  31. END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement