When compiling the following code for Win64 using FPC 2.2.2, Intel syntax

    mov qword [rdx     ],$08C9BCF367E6096A

the compiler generates a movl instruction for just the least significant
half of the constant qword

    movl 0x67e6096a,(%rdx)

Am I missing something obvious?

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to