Fix some inline asm things.
A small ECDH and ECDSA implementation for 8-bit, 32-bit, and 64-bit processors.
I recommend just copying (or symlink) uECC.h and uECC.c into your project. Then just #include "uECC.h" to use the micro-ecc functions.
See uECC.h for documentation for each function.
uECC_ASM is defined to uECC_asm_small or uECC_asm_fast), you must use the -fomit-frame-pointer GCC option (this is enabled by default when compiling with -O1 or higher).uECC_ASM defined to uECC_asm_fast, you must have optimizations enabled (compile with -O1 or higher).