[A83] _puts the last byte of the screen
[Prev][Next][Index][Thread]
[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.
Follow-Ups: