[fpc-pascal] x86_64 assembler
Tomas Hajny
XHajT03 at mbox.vol.cz
Fri Jun 6 11:10:22 CEST 2008
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 possible at this time.
>
> That's what I was afraid of. Thanks anyway.
>
> So the simplest solution is to use the ATT (GAS?) assembler.
Can't you just split the constant to two hexadecimal (or alphanumeric)
values put after "dd"?
Tomas
More information about the fpc-pascal
mailing list