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


_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to