And what about this? > #define lua_number2int(i,d) __asm \ > { \ > fld d \ > fistp i \ > } -- Roberto