-
Notifications
You must be signed in to change notification settings - Fork 21
Support parsing LDD/STD instructions #71
Comments
One possible solution would be to create a custom operand type with a custom parser match class. It is unclear how clean this solution will be. I tried this in a private branch. I could successfully parse the We would normally have a bitfield for each of the register and the immediate. If these two are concatenated into one operand, we probably have to write a custom encoder method to concatenate the bits and extract them in That depends on whether we will be able to express an operand of type |
I concur. |
The parser does not handle the
Y+2
,Z+3
operand types.Once this instruction is fixed, take the
XFAIL
attribute fromtest/MC/AVR/inst-ldd.s
andtest/MC/AVR/inst-std.s
.The text was updated successfully, but these errors were encountered: