Pelles C forum

Assembly language => Assembly discussions => Topic started by: kaschei on August 05, 2009, 05:17:54 PM

Title: fword in Pelles C
Post by: kaschei on August 05, 2009, 05:17:54 PM
Hi to all. I have this code

__asm call fword ptr [farcall]

and it generate error #2147: Undefined label 'fword'.

This code work fine with other compilers so my question is how to call this function when there is not exist fword ?

Thanks in advance