SZ | |
Description: | Skip if zero |
Operation: | Z |
Flags affected: | none |
Registers affected: | PC |
Sources referenced: | Z |
Cycles: | 1 |
Opcode: | |
Actually compiles to: | sb 3.2 |
Microchip PIC syntax: | BTFSS 3,2 |
Notes: |
is actually a SB 3, 2 instruction where 3 is the status register and bit 2 is the zero flag.