Guest User

Untitled

a guest
Jun 2nd, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #include    "ti83plus.inc"
  2. #define     progStart   $9D95
  3. .org        progStart-2
  4. .db         $BB,$6D
  5.     bcall(_ClrLCDFull)
  6.     ld  HL, 0
  7.     ld  (PenCol),   HL
  8.     ld  HL, Message
  9.     bcall(_PutS) ; Displays the string
  10.     bcall(_NewLine)
  11.     ret
  12. Message:
  13. .db         "Hello world!",0
Add Comment
Please, Sign In to add comment