Go to the source code of this file.
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| Value: __asm__ __volatile__ (          \
        "sigue: \n\t"           \
        " movw %0, %%ax\n\t"    \
        " decw %%ax\n\t"        \
        " jnz sigue\n\t"        \
         : : "i" (valor) : "ax"  );
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| Value: | 
 1.3.6
 
1.3.6