Closed dylanmckay closed 9 years ago
I believe that most (if not all) are already handled by LLVM. I believe the hi8
, lo8
macros are already handled by AVR-LLVM (see AVRMCExpr.h
). Support for the hh8
macro may need to be added.
In PR #105, it was shown that we are only missing two directives: .list
and .nolist
. They are also general to all GAS targets.
Closing, as these are not important, nor do they belong in this issue tracker.
Add support for all AVR assembly directives.
List of directives (source):