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


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

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




But, your loop requires that the value be > 255, which is a major
disadvantage in most cases.  It is a little bit more efficient, however.
You save 9 t-states per loop cycle (which is pretty trivial, especially if
you unroll).

> Your loop costs 4+4+4+10=22 T-states.
> Mine costs much less... only the time of a DJNZ (don't recall exact
timing),
> and occasionally, once per 256 loops, a few T-states more.




Follow-Ups: References: