Is there a way to insert assembly code into C?

前端 未结 4 550
独厮守ぢ
独厮守ぢ 2020-12-07 15:57

I remember back in the day with the old borland DOS compiler you could do something like this:

asm {
 mov ax,ex
 etc etc...
}

Is there a se

4条回答
提交回复
热议问题