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


Please Help Members By Posting Answers For Below Questions

Describe the header file and its usage in c programming?

610


What is the difference between NULL and NUL?

717


How can I get the current date or time of day in a c program?

644


What is property type c?

596


What are the features of c languages?

617






Explain how does free() know explain how much memory to release?

565


What is use of integral promotions in c?

655


What is structure in c explain with example?

623


How do you use a 'Local Block'?

712


What is the use of extern in c?

636


application attempts to perform an operation?

1486


What is a program flowchart and how does it help in writing a program?

648


What language is windows 1.0 written?

563


Write a program to check prime number in c programming?

585


What is a lookup table in c?

617