When i'am putting an assembler code in C++ like

__asm
{



}

and calling some of int 21h or any thing else it won't work, works only INT 3, but other functions(int 21h, int 13h......) don't. Commands MOV,XOR...... works correct. What is the problem???