fpc/tests/webtbs/tw9025.pp
Jonas Maebe a8191abd16 * fixed parsing of "rcl/rcr rm,imm" (mantis #9025)
git-svn-id: trunk@8272 -
2007-08-12 13:50:52 +00:00

12 lines
99 B
ObjectPascal

{ %cpu=i386,x86_64}
{ %norun }
{$asmmode intel}
begin
asm
rcl ax,1
rcr ax,1
end
end.