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.