Computing

DJNZ Full Form - What is Full Form of DJNZ?

Full Form: Decrement Jump if Not Zero
Category: Computing
Sub Category: Assembly

What is Meaning of DJNZ?

DJNZ is full form Decrement Jump if Not Zero

WHat is Decrement Jump if Not Zero?

Description: DJNZ decrements the value of register by 1. ... If the new value of register is not 0 the program will branch to the address indicated by relative addr. If the new value of register is 0 program flow continues with the instruction following the DJNZ instruction.

DJNZ Full Form - What is Full Form of DJNZ?

Full Form: Decrease Jump Not Zero
Category: Computing
Sub Category: Assembly

What is Meaning of DJNZ?

DJNZ is full form Decrement Jump if Not Zero

WHat is Decrement Jump if Not Zero?

Description: DJNZ decrements the value of register by 1. ... If the new value of register is not 0 the program will branch to the address indicated by relative addr. If the new value of register is 0 program flow continues with the instruction following the DJNZ instruction.