mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 01:08:07 +02:00
13 lines
212 B
ObjectPascal
13 lines
212 B
ObjectPascal
{ %FAIL }
|
|
{ Old file: tbf0248.pp }
|
|
{ Asm, Wrong assembler code accepted by new assembler reader OK 0.99.11 (PFV) }
|
|
|
|
{$asmmode att}
|
|
|
|
begin
|
|
asm
|
|
call *%eax // this is correct
|
|
movl %esi,*%eax
|
|
end;
|
|
end.
|