[fpc-devel] push [rdx]

Sergei Gorelkin sergei_gorelkin at mail.ru
Thu Aug 30 07:48:28 CEST 2012


30.08.2012 2:50, Martin пишет:
> Does anyone know if that is valid intel style assembler?
>    push [rdx]
>
When an instruction has no register operands, it needs operand size to be explicitly specified:
      push qword ptr [rdx]

> FPC complains (on intel /win 64 bit).
>
> It's from PascalScript code. (Source\x64.inc) I wonder how to get it work...
>
Regards,
Sergei





More information about the fpc-devel mailing list