[A83] Re: _puts the last byte of the screen
[Prev][Next][Index][Thread]
[A83] Re: _puts the last byte of the screen
ti83plus.inc says:
appFlags EQU 13 ;application flags
appAutoScroll EQU 2 ; 1=auto-scroll text on last line
I don't know if these exist on 83 or not.
Kirk
-----Original Message-----
From: assembly-83-bounce@lists.ticalc.org
[mailto:assembly-83-bounce@lists.ticalc.org]On Behalf Of The one and
only SUCKER!! ...
Sent: Monday, July 02, 2001 11:47 AM
To: assembly-83@lists.ticalc.org
Subject: [A83] _puts the last byte of the screen
Is there a way to prevent the calc scrolling when
something is written to the end of a line??
SUCKER
example:
call _runindicoff
call _clrlcdfull
call _homeup
ld hl,boven
call _puts
call _getkey
call _homeup
call _clrscrnfull
ret
boven:
.db "****************"
.db "* Bolletjes *"
.db "* everywhere *"
.db "* v1.0 *"
.db "* *"
.db "* By SUCKER *"
.db "* *"
.db "****************",0
(forgive me for this stupid prgm, but it is one of the
first I've written)
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
References: