Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. "mov r17, %1\n\t"
  2. "mov r18, %1\n\t"
  3. "delay_ms:\n\t"
  4. "delay_ms2:\n\t"
  5. "nop\n\t"
  6. "nop\n\t"
  7. "nop\n\t"
  8. "nop\n\t"
  9. "nop\n\t"
  10. "nop\n\t"
  11. "nop\n\t"
  12. "nop\n\t"
  13. "nop\n\t"
  14. "dec r18\n\t"
  15. "cpi r18, 0\n\t"
  16. "brne delay_ms\n\t"
  17. "dec r17\n\t"
  18. "cpi r17, 0\n\t"
  19. "brne delay_ms\n\t"
  20.  
  21. "mov r17, %1\n\t"
  22. "mov r18, %1\n\t"
  23. "dec r19\n\t"
  24. "cpi r19, 0\n\t"
  25. "brne delay_ms2\n\t"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement