[fpc-devel] Bug in FPC 2.2.2 asm, Win64 target

2009-10-08 Thread Henrick Hellström
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? smime.p7s

[fpc-devel] ASM on Win64

2007-12-17 Thread Henrick Hellström
Hello everyone, Before asking too many questions already answered, is there any comprehensive up to date documentation of asm usage for the Win64 target? (Yes, I have googled the archive of this list, but since the compiler is still under active development, I didn't think it might be a good

Re: [fpc-devel] ASM on Win64

2007-12-17 Thread Henrick Hellström
Jonas Maebe wrote: On 17 Dec 2007, at 15:32, Henrick Hellström wrote: 1. Since there is no CPU debug window in Lazarus Win64, I tried the -A option, but it doesn't seem to work with the compiler bundled with Lazarus Win64. I tried -aASW, -AASW and a couple of other combinations. Am I