Inline Assembler Cookbook - Welcome [Savannah]
In the code section, operands are referenced by a percent sign followed by a single digit. %0 refers to the first %1 to the second operand and so forth. From the above example: %0 refers to "=r" (value) and %1 refers to "I" (_SFR_IO_ADDR(PORTD)). This may...