Advertisement
Runer112

Pause

May 2nd, 2016
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. Pause:
  2. or a,a
  3. ret z
  4. ld c,134
  5. Pause_Loop1:
  6. ld b,26
  7. Pause_Loop2:
  8. djnz Pause_Loop2
  9. dec c
  10. jr nz,Pause_Loop1
  11. dec a
  12. jr Pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement