Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. LJMP START
  2. ORG 050H
  3. _CZEKAJ:
  4. mov R1, #003H
  5. TAM2: mov R0, #0FFH
  6. TU2: DJNZ R0, TU2
  7. DJNZ R1, TAM2
  8. RET
  9. ORG 0100H
  10.  
  11.  
  12. START:
  13.  
  14. mov B, #0F0H
  15. cos:
  16. mov A, #05H
  17. CPL P3.2
  18.  
  19.  
  20.  
  21. ACALL _CZEKAJ
  22.  
  23.  
  24. mov A, #05H
  25. CPL P3.2
  26.  
  27. ACALL _CZEKAJ
  28.  
  29. JMP cos
  30.  
  31. NOP
  32. NOP
  33. NOP
  34. JMP $
  35. END START
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement