Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include "ti83plus.inc"
- #define progStart $9D95
- .org progStart-2
- .db $BB,$6D
- bcall(_ClrLCDFull)
- ld HL, 0
- ld (CurRow), HL
- ld HL, Message
- bcall(_PutS) ; Displays the string
- bcall(_NewLine)
- ret
- Message:
- .db "Message",0
Advertisement
Comments
-
- A my script to getting text to ZX Spectrum monitor, Please Delete Text "Message" in .db and get new custom text.
Add Comment
Please, Sign In to add comment
Advertisement