Re: Another one



> What should this become?
>
> mov ecx, r64(I).lo
>
> BTW, I am sorry I am having to ask these one by one; but,
> it is the only way I can find them --correct one, and then
> find another that doesn't..

This might work:

mov ecx, dword ptr r64(I).lo

For other questions it might be useful if you also provided the
declarations for the variables and types involved.

--
The Fastcode Project: http://www.fastcodeproject.org/
.