avr-llvm / llvm

[MERGED UPSTREAM] AVR backend for the LLVM compiler library
220 stars 21 forks source link

Support assembly operators #40

Closed dylanmckay closed 9 years ago

dylanmckay commented 9 years ago

See "Pseudo-ops and operators" on this page.

Note that we won't be able to compile code which sets up the stack without this, because the lo8, hi8 operators are generally used.

dylanmckay commented 9 years ago

Duplicate of #24.