djnz

Operands

djnz offset

The B register is decremented, and if not zero, the signed value offset is added to PC. The jump is measured from the start of the instruction opcode.

Loading...

Variants

Every form of djnz the assembler accepts. The cycles column counts clock cycles, written as taken/not taken for the conditional forms.

InstructionDescriptionFlagsBytesCycles
djnz offset

The B register is decremented, and if not zero, the signed value offset is added to PC. The jump is measured from the start of the instruction opcode.

213/8