4 releases
0.1.0 | Jul 18, 2021 |
---|---|
0.0.3 | May 7, 2021 |
0.0.2 | May 4, 2020 |
0.0.1 | Apr 18, 2020 |
#1902 in Embedded development
Used in yaxpeax-dis
40KB
675 lines
yaxpeax-avr
AVR decoders implemented as part of the yaxpeax
project. Implements traits provided by yaxpeax-arch
.
Known "issues"
- The
brbc
andbrbs
instructions are displayed as their equivalent pseudo-instructions, based on the bit they test:brbc 0, label
becomesbrsh label
. In this case specifically,brcc
also exists (and is identical), howeverbrsh
will be displayed. - Target specification is limited to enabling/disabling support for 16-bit
sts
andlds
instructions (as they can collide with other instructions cores with support for them don't have). Valid instructions (even if they might be unsupported by a core) are never rejected. Bytes which don't resemble an instruction from any instruction set subset are still invalid.
Dependencies
~290KB