Advertisement
Guest User

hello.z80

a guest
Aug 25th, 2018
79
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.     ld a, $d
  6.     add a, $1
  7.     add a, $3
  8.     add a, -$10
  9.     halt
  10. Message:
  11. .db         "Hello world!",0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement