Advertisement
Guest User

Untitled

a guest
Dec 10th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #include <p16f877.inc>
  2.  
  3. Org 0
  4.  
  5. molw 0
  6. movfw 20h
  7.  
  8. molw 1
  9. movfw 21h
  10.  
  11. molw 2
  12. movfw 22h
  13.  
  14. molw 3
  15. movfw 23h
  16.  
  17. molw 4
  18. movfw 24h
  19.  
  20. molw 5
  21. movfw 25h
  22.  
  23. molw 6
  24. movfw 24h
  25.  
  26. molw 7
  27. movfw 27h
  28.  
  29. movlw 0
  30. movwf PCL
  31.  
  32. END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement