UM012811-0904
eZ8 CPU Instruction Set Description
eZ8 CPU
User Manual
80
does not cause a Program Counter jump to occur because bit 3 of Working Register R7
fails the test for a 1. The next instruction executed after the BTJNZ is the HALT
instruction. The flags are unaffected.
Assembly Code
Object Code
BTJNZ 3, r7, NEXT
F6 B7 01
HALT
7F
NEXT:
This label is not assembled, but used by the assembler to identify
the destination address (the address of the next instruction).
LD r0, @r2
E3 02