This is an archive of the discontinued LLVM Phabricator instance.

[AVR] Disassemble register operands
ClosedPublic

Authored by aykevl on Feb 5 2020, 5:52 AM.

Details

Summary

Simply by implementing a few functions I was able to correctly disassemble a much larger amount of instructions.

Diff Detail

Event Timeline

aykevl created this revision.Feb 5 2020, 5:52 AM
dylanmckay accepted this revision.Feb 24 2020, 2:42 AM

Good test coverage, I'm feeling much better about the disassembler now, nice work.

This revision is now accepted and ready to land.Feb 24 2020, 2:42 AM
This revision was automatically updated to reflect the committed changes.