Advertisement
Guest User

Untitled

a guest
May 26th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 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 a, (pi)
  8. ld (hl), a
  9. call ti.PutS
  10. jp ti.NewLine
  11.  
  12.  
  13. pi:
  14. db "3.14159265", 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement