Skip to content

Instantly share code, notes, and snippets.

@AVGP
Created February 5, 2011 17:10
Show Gist options
  • Save AVGP/812603 to your computer and use it in GitHub Desktop.
Save AVGP/812603 to your computer and use it in GitHub Desktop.
Hello, TI 83+!
#include "../ti83plus.inc"
.db $BB,$6D
.org 9D95h
.db t2ByteTok
ld hl,txtHello
bcall(_puts)
ret
txtHello:
.db "Hello TI",0
.end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment