K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-05-10T01:15:55.000000Z K 7 svn:log V 232 When using _asm{} in GCC, one must specify the operand's size if one specifies the instruction's operation size. GCC will default to 32-bit operands reguardless of the prototype (ie, formal parameters' type) of an inline function. END