mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 12:32:25 +02:00
12 lines
99 B
ObjectPascal
12 lines
99 B
ObjectPascal
{ %cpu=i386,x86_64}
|
|
{ %norun }
|
|
|
|
{$asmmode intel}
|
|
|
|
begin
|
|
asm
|
|
rcl ax,1
|
|
rcr ax,1
|
|
end
|
|
end.
|