When we use ASM keyword in C language we can execute assembly code throw C but if we modify any register value then the code is comlplede not executed why.
if we compile
void main()
{
asm{
INT18
}
}
This code is comlied but not executed. You know it is interept
other interept are also not executed why? Various tools and software also modify or tranfer the values in register but they are executed easily
Question asked by visitor Sharad singh