Skip to content
This repository was archived by the owner on Sep 2, 2018. It is now read-only.

Fix parsing of MOVW instruction #84

Closed
dylanmckay opened this issue May 4, 2015 · 1 comment
Closed

Fix parsing of MOVW instruction #84

dylanmckay opened this issue May 4, 2015 · 1 comment

Comments

@dylanmckay
Copy link
Member

The MOVW instruction does not get parsed properly.

Once this instruction is fixed, take the XFAIL attribute from test/MC/AVR/inst-movw.s.

The AVR gas assembler syntax if full of ambiguities, which makes this difficult.

dylanmckay pushed a commit that referenced this issue May 4, 2015
These are tests which are broken because they depend on issues which
haven't been fixed yet.

- `LDD`/`STD` (#71)
- `MOVW` (#84)
@dylanmckay dylanmckay changed the title Fix MOVW instruction Fix parsing of MOVW instruction May 14, 2015
@agnat
Copy link

agnat commented Jun 3, 2015

On the branch above the movw instruction is parsed and encoded correctly.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants