[Lazarus] Beta testers needed / Lazarus with Editor-Macro-Script

Martin lazarus at mfriebe.de
Fri Nov 30 15:49:22 CET 2012


On 30/11/2012 14:28, Reimar Grabowski wrote:
> On Fri, 30 Nov 2012 01:21:28 +0000
> Martin <lazarus at mfriebe.de> wrote:
>
>> Hi,
>>    I need some testers for all the different available platforms.
> Trying to run TestScriptProcs I get the following compilation error (along with a bunch of warnings):
>
> /lazarus/components/PascalScript/Source/x64.inc(144,3) Error: Asm: [push mem32] invalid combination of opcode and operands
>
> Ubuntu 12.10 / AMD 64 / fpc 2.7.1 rev 23082
>

@fpc list, can someone tell what the right syntax is?

@Reimar: from a similar case, I would guess (line 144)
   push [rcx]
must be
   push qword ptr [rcx]

Could you try please?







More information about the Lazarus mailing list