mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 06:19:32 +02:00
17 lines
274 B
ObjectPascal
17 lines
274 B
ObjectPascal
{ line numbering problem }
|
|
{ I don't really know how to test this (PM }
|
|
var i : longint;
|
|
|
|
begin
|
|
asm
|
|
movl %eax,%eax
|
|
movl %eax,%eax
|
|
movl %eax,%eax
|
|
movl %eax,%eax
|
|
movl %eax,%eax
|
|
movl %eax,%eax
|
|
movl %eax,%eax
|
|
end ;
|
|
i:=0;
|
|
end.
|