Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 359 Bytes

AVR_assembler.md

File metadata and controls

12 lines (7 loc) · 359 Bytes

The page I use for the notes I'd prefer to keep for fast access to

Instructions: SBIC, SBIS

Mnemonics Operands Clocks Description
SBIC k 1/2/3 Skip if an bit in I/O Register is clear
SBIS k 1/2/3 Skip if an bit in I/O Register is set

Examples