[A83] Re: Quick quistion about djnz


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

[A83] Re: Quick quistion about djnz




Note that a jp is faster than a jr and that djnz is just djnz. Djnz is thus
the faster than doing dec b / jp nz,label.

----- Original Message -----
From: "TypeR unknown" <typerfuture@hotmail.com>
To: <assembly-83@lists.ticalc.org>
Sent: Thursday, November 15, 2001 20:35
Subject: [A83] Quick quistion about djnz


>
> If you use a djnz loop, does it then jp or jr?
> Speed is important, so if it does jp then maybe it is faster to do
>
>   dec b
>   jr nz,label
>
>
> rather than djnz ??
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
>
>





References: