Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->DJNZ

DJNZ e  Decrement B and then if B<>0 jump e relative

B <- B-1 : If B<>0 PC <- PC + e

Flags
    
SNot affected
ZNot affected
HNot affected
P/VNot affected
NNot affected
CNot affected

Assembler syntax:  DJNZ <exprn.> where exprn. defines an address
    
No ofMTusec @
bytescyclesstates2 MHz
    
B<>023136.5
B=02284