Rahix / avr-device

Register access crate for AVR microcontrollers
Apache License 2.0
171 stars 66 forks source link

Add asm module for assembly instructions #37

Closed Rahix closed 4 years ago

Rahix commented 4 years ago

Add a new module containing wrapper functions for various assembly instructions. These functions are marked inline(always) to ensure they will always just generate the single instruction as expected.