fpc/tests/tbf0248.pp
1999-05-29 23:01:47 +00:00

9 lines
96 B
ObjectPascal

{$asmmode att}
begin
asm
call *%eax // this is correct
movl %esi,*%eax
end;
end.