Z80 assembly mode

x
 
1
#include    "ti83plus.inc"
2
#define     progStart   $9D95
3
    .org progStart-2
4
    .db $BB,$6D
5
6
    bcall(_ClrLCDFull)
7
    ld hl,0
8
    ld (CurCol),hl
9
    ld hl,Message
10
    bcall(_PutS) ; Displays the string
11
    bcall(_NewLine)
12
    ret
13
Message:
14
    .db "Hello world!",0
15

MIME types defined: text/x-z80, text/x-ez80.