How to use inline ASM using WinAVR The article about how to embed the asm code into C program using WinAVR (AVR-GCC compiler). I have been working on optimisation of one of my C codes. I needed one function to be as optimal as possible. I decided to use inline ASM to achieve this. I decided to write few lines about this.There are few rules that is necessary to follow. Each ASM statement is divided by colons into [...] avr-microcontrollersuncategorized in Public bookmarkswith asmassemblerccodeembedinlinetowinavr