Hi,

Could you please let me know how to execute the assembly language instruction int ( interrupt)
from VC++ 6.0

Whenever I include the instruction



_asm
{
mov ..
int ..
}



and execute the application, then I get a run time error always.

Any clarification would be appreciated.

Regards

Siva

Email: [email protected]


Programming is always a learning process