B2R2.FrontEnd.AVR Namespace
Contains types and functions for working with the AVR instructions.
| Type/Module | Description |
|
Represents the addressing mode used in AVR memory access. |
|
|
Represents a parser for AVR instructions. |
|
|
Represents an immediate constant value used in AVR instructions. |
|
|
Represents an AVR instruction. |
|
|
Represents an AVR opcode. |
|
|
Represents a single operand used in an AVR instruction. |
|
|
Represents a set of operands in an AVR instruction. |
|
|
Provides functions to handle AVR registers. |
|
|
Represents registers for AVR. |
|
|
Represents a factory for accessing various AVR register variables. |
B2R2