About the bug report #3931 >The following does not compile: >jmp dword ptr [@@FwdJumpTable+ecx*4] <--- >nop {Align Jump Table} >@@FwdJumpTable: [...] Use "jmp dword ptr @@FwdJumpTable[ecx*4]" Don't use "nop" to align, use the "align" instruction (Yes, FPC is better than Delphi :-) mm