~ruther/avr-device

ref: 706a5c26062b2d0026957a30fab918a932f896a5 avr-device/src/asm.rs -rw-r--r-- 301 bytes
0e433616 — Rahix 5 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>