summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/webtbs/tw9025.pp
blob: fbe49a8c8d4ee749e209b4b8a63f1382c4d53e06 (plain)
1
2
3
4
5
6
7
8
9
10
11
{ %cpu=i386,x86_64}
{ %norun }

{$asmmode intel}

begin
  asm
    rcl ax,1
    rcr ax,1
  end
end.