Hello I'm trying to use ASM in a little D program :
asm
{
mov AX,12h ;
int 10h ;
}
I've got this message : "end of instruction" from the two lines in the asm statement
I cannot fix the issue,
that's why I'me asking help from you.
thanks for your answer
I apologize for my english