Advertisement
Guest User

Untitled

a guest
May 26th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. include 'include/ez80.inc'
  2. include 'include/ti84pceg.inc'
  3. include 'include/tiformat.inc'
  4. format ti executable 'DEMO'
  5.  
  6. call ti.HomeUp
  7. ld hl, void
  8. ld a, (pi)
  9. ld (hl), a
  10. call ti.PutS
  11. jp ti.NewLine
  12.  
  13.  
  14. pi:
  15. db "3.14159265", 0
  16.  
  17. void:
  18. db 0, 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement