What has to put when we are inserting as assembly language
code into the C code? or When we are inserting as assembly
language code into the C code we have to insert one thing
at the start and of the assembly language. What are they?
Answers were Sorted based on User's Feedback
Answer / vaishnavi
we can insert assembly code by using asm()
asm("assembly code")
The compiler will insert these asm code into the assembly code being generated, and hence the compiler-supplied and the user-supplied assembly will be combined
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sivavendra
Yes,, we have to give the assembly code as inline function as follows.....
asm
{
"assembly instructions"
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Difference between pass by reference and pass by value?
What is 1d array in c?
How we can set and clear bit in a byte using macro function?
How to declare a variable?
Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?
What is indirection?
how to sort two array of characters and make a new array of characters.
What does calloc stand for?
Write a progarm to find the length of string using switch case?
Can the size of an array be declared at runtime?
How can you restore a redirected standard stream?
wt is diference between int and int pointer as same as float and float pointer and char and char pointer