A83: Re: Re: Pausing...


[Prev][Next][Index][Thread]

A83: Re: Re: Pausing...




DAAAAH!!!!!!  I hate it how _getkey and _getky are different, it confuses
the hell outta me, because I forget getkey waits, and I forget there's such
thing as _getky!!

OK, thanks Ahmed.  Yo, can I add your name to the petition PLEASE!  We're 2
away from 50, by which time it goes.

James.

> how about a djnz loop w/call _getkey at the end...
> 
> OrigLoop:
> ld b,221
> push bc
> 
> Loop1:
> ld hl,Text
> ld b,7
> Loop:
> call _vputs
> 
> ;Increase PenRow/PenCol here w/Vars
> ;Make sure to push hl so that you don't have to reinput it, put all the
text
> right under each ;other
> 
> djnz Loop
> call _getkey
> 
> pop bc
> djnz Loop1
> 
> 
> Basically, your doing two loops... hope it helps,
>                                                         -Ahmed
> 
> -----Original Message-----
> From: James Matthews <matthews@tkb.att.ne.jp>
> To: Assembly 83 List <assembly-83@lists.ticalc.org>
> Date: Saturday, June 06, 1998 11:10 AM
> Subject: A83: Pausing...
> 
> 
> >
> >How can I make program output pause after 7 lines have been printed? 
I've
> >got 241 lines to print, 7 at a time...
> >
> >Thanks,
> >
> >James.
> >____________________
> >
> >James Matthews.
> >E-mail (family):    matthews@tkb.att.ne.jp
> >E-mail (private):  james_matthews@hotmail.com
> >
> >Homepage:  http://home.att.ne.jp/gold/tomcat21/index.html
> >ICQ:  7413754
> >____________________________________
> >
>