~ruther/avr-device

ref: 0e4336163e2c127475344364cd6663cb0bc47847 avr-device/src/asm.rs -rw-r--r-- 301 bytes
0e433616 — Rahix 4 years ago
Add asm module for assembly instructions

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.

Signed-off-by: Rahix <rahix@rahix.de>