UM012811-0904
eZ8 CPU Instruction Set Description
eZ8 CPU
User Manual
83
does not cause a Program Counter jump to occur because bit 5 of Working Register R7
fails the test for a 0. The next instruction executed after the BTJZ is the HALT
instruction. The flags are unaffected.
Assembly Code
Object Code
BTJZ 5, r7, NEXT
F6 57 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