86 Family Question:
Download Job Interview Questions and Answers PDF
Where can we find the sample ASSEMBLY LANGUAGE programs?
Answer:
write a c code.
and generate the assembly for it using
cc -S xyz.c -o xyz.S
xyz.Swill contain assembly for your c code with instructions
of the processor of your computer/hardware
and generate the assembly for it using
cc -S xyz.c -o xyz.S
xyz.Swill contain assembly for your c code with instructions
of the processor of your computer/hardware
Download 86 Family Interview Questions And Answers
PDF
Previous Question | Next Question |
What are tri-state devices and why they are essential in a bus oriented system? | Explain What is the difference detween ISR & function call? |