Atmel AVR instruction set: Difference between revisions

Content deleted Content added
Rd was missing from the LDD instruction in the instruction encoding table
Instruction list: 16-bit word long -> 16-bit long word
Line 88:
 
== Instruction list ==
Instructions are one 16-bit word long word, save for those including a 16-bit or 22-bit address, which take two words.
 
There are two types of conditional branches: jumps to address and skips. Conditional branches (BRxx) can test an ALU flag and jump to specified address. Skips (SBxx) test an arbitrary bit in a register or I/O and skip the next instruction if the test was true.