summaryrefslogtreecommitdiff
path: root/tests/webtbf/tw3931b.pp
blob: a162988cb8b041ed6a140b2d54c9469f480064f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{ %fail }
{ %cpu=i386 }
{ %OPT=-Cg- }

{$asmmode intel}

procedure SmallForwardMove_3; assembler;
asm
jmp dword ptr [@@FwdJumpTable+@@FwdJumpTable+ecx*4]
nop {Align Jump Table}
@@Done:
@@FwdJumpTable:
dd @@Done {Removes need to test for zero size move}
end;

begin
end.