Re: Operand size mismatch




Thank you Dennis.

Here is another one that does not compile in D7.

function txsearch.PentiumTick: Int64; assembler
asm
  @@Start: dw rdtsc
end;

would this be the same as (from Google)

function txsearch.PentiumTick: Int64; assembler
asm
  @@Start: dw 310Fh // rdtsc
end;

Cheers,
Adem
.