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?
Answer Posted / 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 |
Post New Answer View All Answers
How to write a multi-statement macro?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is header file definition?
What is echo in c programming?
Explain goto?
What is huge pointer in c?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Who developed c language?
Can you apply link and association interchangeably?
Why C language is a procedural language?
What is the use of sizeof () in c?
Explain how can I open a file so that other programs can update it at the same time?
What are the disadvantages of c language?
What is build process in c?
Explain what are preprocessor directives?