Re: [fpc-pascal] x86_64 assembler

2008-06-06 Thread mm
Tomas Hajny a écrit : On Fri, June 6, 2008 17:19, mm wrote: I thought to use hexadecimal code to replace the mnemonic "dq" itself but 1) I don't know its code and 2) I am not even sure it would work. There's no hexadecimal code for 'dq' (or any other d?) - this directive simply tells the assem

Re: [fpc-pascal] x86_64 assembler

2008-06-06 Thread mjm
Tomas Hajny a écrit : On Fri, June 6, 2008 17:19, mm wrote: I thought to use hexadecimal code to replace the mnemonic "dq" itself but 1) I don't know its code and 2) I am not even sure it would work. There's no hexadecimal code for 'dq' (or any other d?) - this directive simply tells the assem

Re: [fpc-pascal] x86_64 assembler

2008-06-06 Thread Tomas Hajny
On Fri, June 6, 2008 17:19, mm wrote: > Tomas Hajny a écrit : >> On Thu, June 5, 2008 15:29, mm wrote: >>> Jonas Maebe a écrit : > How can one declare a constant of type qword with the INTEL > assembler? > I am using FPC 2.2.0 and the mnemonic "dq" stops the compilation > with

Re: [fpc-pascal] x86_64 assembler

2008-06-06 Thread mm
Tomas Hajny a écrit : On Thu, June 5, 2008 15:29, mm wrote: Jonas Maebe a écrit : How can one declare a constant of type qword with the INTEL assembler? I am using FPC 2.2.0 and the mnemonic "dq" stops the compilation with the message "Error: Unrecognized opcode DQ". As far as I can see, that

Re: [fpc-pascal] x86_64 assembler

2008-06-06 Thread Tomas Hajny
On Thu, June 5, 2008 15:29, mm wrote: > Jonas Maebe a écrit : >>> How can one declare a constant of type qword with the INTEL assembler? >>> I am using FPC 2.2.0 and the mnemonic "dq" stops the compilation with >>> the message "Error: Unrecognized opcode DQ". >> >> As far as I can see, that's not

Re: [fpc-pascal] x86_64 assembler

2008-06-05 Thread mm
Jonas Maebe a écrit : How can one declare a constant of type qword with the INTEL assembler? I am using FPC 2.2.0 and the mnemonic "dq" stops the compilation with the message "Error: Unrecognized opcode DQ". As far as I can see, that's not possible at this time. That's what I was afraid of.

Re: [fpc-pascal] x86_64 assembler

2008-06-05 Thread Jonas Maebe
On 04 Jun 2008, at 23:43, mm wrote: How can one declare a constant of type qword with the INTEL assembler? I am using FPC 2.2.0 and the mnemonic "dq" stops the compilation with the message "Error: Unrecognized opcode DQ". As far as I can see, that's not possible at this time. Jonas ___

[fpc-pascal] x86_64 assembler

2008-06-04 Thread mm
Hello, How can one declare a constant of type qword with the INTEL assembler? I am using FPC 2.2.0 and the mnemonic "dq" stops the compilation with the message "Error: Unrecognized opcode DQ". Thanks, mm http://www.ellipsa.net/ ___ fpc-pascal mai