Z80 assembly mode
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
14
MIME type defined: text/x-z80
.