Re: A83: Re: Re: Re: Re: Problem with a program


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

Re: A83: Re: Re: Re: Re: Problem with a program




If you hadn't figured out Kouri was making fun of Laurens loop...

Matt C wrote:
> 
> here is a better way of doing this loop
> it goes bc number of times
> 
> loop:
> ;do stuff
> ;
> dec bc ;decrease counter
> ld a,b ;a=highbit
> or c ;b or c if both are zero then the zero flag is
> set
> jp nz,loop
> ;done with loop
> 

-- 
Scott "_Wrath_" Dial
wrath@calc.org
ICQ#3608935
TimeCity AI Guy II - www.timecity.org
Member of TCPA - tcpa.calc.org
__________________________________________
NetZero - Defenders of the Free World
Get your FREE Internet Access and Email at
http://www.netzero.net/download/index.html


Follow-Ups: References: