A83: Re: Re: Re: Re: Re: Pausing...


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

A83: Re: Re: Re: Re: Re: Pausing...




did you mean to place "push bc" after "Loop1:"

-Harper Maddox

jerky@ebicom.net
IRC nick: Geori
ICQ: 1214597

-----Original Message-----
From: Ahmed El-Helw <ahmedre@bellsouth.net>
To: assembly-83@lists.ticalc.org <assembly-83@lists.ticalc.org>
Date: Sunday, June 07, 1998 5:09 PM
Subject: A83: Re: Re: Re: Re: Pausing...


>
>well, you need a pop bc to check the other loop..
>                                                            -Ahmed
>
>-----Original Message-----
>From: Harper Maddox <jerky@ebicom.net>
>To: assembly-83@lists.ticalc.org <assembly-83@lists.ticalc.org>
>Date: Sunday, June 07, 1998 5:51 PM
>Subject: A83: Re: Re: Re: Pausing...
>
>
>>
>>james, _Getkey pauses ... _getk  stores input into OP1 (is like ti-basic
>>getkey)
>>
>>btw, ahmeds routine would lock up because of repeated POP BC 's
>>
>>-Harper Maddox
>>
>>jerky@ebicom.net
>>IRC nick: Geori
>>ICQ: 1214597
>>
>>-----Original Message-----
>>From: James Matthews <matthews@tkb.att.ne.jp>
>>To: assembly-83@lists.ticalc.org <assembly-83@lists.ticalc.org>
>>Date: Saturday, June 06, 1998 9:58 PM
>>Subject: 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
>>>> >____________________________________
>>>> >
>>>>
>>>
>>
>>
>