Full Form of DJNZ
What is DJNZ Full Form?
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.
Similar Forms From Other Categories
Full Form of DJNZ
What is DJNZ Full Form?
DJNZ is full form Decrease Jump Not Zero
WHat is Decrease Jump Not Zero?
In 8085 Instruction set, we are having one mnemonic JNZ a16, which stands for “Jump if Not Zero” and “a16” stands for any 16-bit address.