Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. void delay(unsigned char d){
  2. volatile unsigned char i=d;
  3. while(i>0) i--;
  4. }
  5.  
  6. 1cc: 89 81 ldd r24, Y+1 ; 0x01
  7. 1ce: 81 50 subi r24, 0x01 ; 1
  8. 1d0: 89 83 std Y+1, r24 ; 0x01
  9. 1d2: 89 81 ldd r24, Y+1 ; 0x01
  10. 1d4: 81 11 cpse r24, r1
  11. 1d6: fa cf rjmp .-12 ; 0x1cc <__vector_1+0x2c>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement