This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:multiasm:piot:chapter_4_6 [2026/02/27 14:05] – [Table] jtokarz | en:multiasm:piot:chapter_4_6 [2026/03/01 19:55] (current) – ktokarz | ||
|---|---|---|---|
| Line 14: | Line 14: | ||
| * Constants: Immediate values used in instructions. | * Constants: Immediate values used in instructions. | ||
| * Addresses: Memory addresses used in load and store instructions. | * Addresses: Memory addresses used in load and store instructions. | ||
| - | |||
| - | |||
| **Opcodes: | **Opcodes: | ||
| Line 25: | Line 23: | ||
| ---- | ---- | ||
| - | ==AVR Instruction Formats== | + | ===== AVR Instruction Formats |
| Line 181: | Line 179: | ||
| **Commands: | **Commands: | ||
| - | ^ <fs small>Instruction</ | + | ^ Instruction |
| - | | <fs small>NOP</ | + | | NOP | 0000 0000 0000 0000 |
| - | | <fs small>SLEEP</ | + | | SLEEP | 1001 0101 1000 1000 |
| - | | <fs small>WDR</ | + | | WDR | 1001 0101 1010 1000 |
| ---- | ---- | ||