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>