flat assembler
Message board for the users of flat assembler.
Index
> Main > Movzx 64 bits |
Author |
|
Roman 26 Nov 2022, 08:09
I want do movzx r8, [ppp]
Ppp dd 2.0 Like as convert float to double in register r8 |
|||
26 Nov 2022, 08:09 |
|
revolution 26 Nov 2022, 08:18
Use the FPU or SSE.
Code: fld [Ppp] fstp [temp] mov r8,[temp] ;... temp dq ? |
|||
26 Nov 2022, 08:18 |
|
revolution 26 Nov 2022, 08:30
R8 is primarily an integer register. You can store float values in it, but you can't do float operations inside r8.
Use SSE with xmm registers for float operations. |
|||
26 Nov 2022, 08:30 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.