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

{$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.